maps icon indicating copy to clipboard operation
maps copied to clipboard

Overlay on Maps - Prototype

Open siriuswapnil opened this issue 5 years ago • 3 comments

The following changes have been made/added :

  1. Markers for the points from GeoJSON files
  2. Different markers for different points based on type.
  3. Labels beneath every marker
  4. Popups on click every marker - Shows Name of location, coordinates and image(if available).

siriuswapnil avatar Jul 03 '20 13:07 siriuswapnil

  1. Added placeDescription (if present) to the popups. Now contains everything that can be obtained from the query
  2. Multiple icons now available - the type of icon is now taken as an arguement from the user. If the user doesnt provide any specific type, the default value of a marker is given.
  3. Labels modified with a stroke of black and fill of white, both with width 2 for better visibility
  4. Command Line arguements are fixed.
  5. Folder Structure added.

siriuswapnil avatar Jul 17 '20 15:07 siriuswapnil

Final Changes for GSoC 2020 added. Link to GSoC Report Added.

Stretch goal post GSoC :

  • Add text area for SPARQL query input

siriuswapnil avatar Aug 29 '20 18:08 siriuswapnil

FYI this repo http://github.com/iiab/maps was just pruned from 123MB to 26MB, removing all blobs 10MB-or-larger, using: https://rtyley.github.io/bfg-repo-cleaner/

PLEASE DO NOT POLLUTE THE REPO BY ADDING THE ~100MB of Git history / stale commits / blobs back in, e.g. with an older PR arising from an older fork/clone, Thanks !!

RECAP:

Deleted files...

        Filename            Git id
        ----------------------------------------------------------
        cities1000.sqlite | 2c3d950d (25.3 MB), b261403a (25.4 MB)
        detail.mbtiles    | 55cd011f (33.8 MB)
        ngrok             | fe1c05bc (25.2 MB)


root@box:/opt/iiab# more maps.git.bfg-report/2022-07-21/12-42-15/deleted-files.txt

2c3d950d93bdab4aab634a7d81b5dae468c3140f 26574848 cities1000.sqlite
b261403a3e96a5ca291f90f0f216f41ecd6e7513 26641408 cities1000.sqlite
55cd011f7aa01c1756bb63ea508ab2482e54ae8b 35438592 detail.mbtiles
fe1c05bcc8cd815e5d1d78b7fd0331362e78d37a 26441052 ngrok

Official instructions from BFG:

"At this point, you're ready for everyone to ditch their old copies of the repo and do fresh clones of the nice, new pristine data. It's best to delete all old clones, as they'll have dirty history that you don't want to risk pushing back into your newly cleaned repo."

Related:

  • PR #66

holta avatar Jul 21 '22 17:07 holta