Overlay on Maps - Prototype
The following changes have been made/added :
- Markers for the points from GeoJSON files
- Different markers for different points based on type.
- Labels beneath every marker
- Popups on click every marker - Shows Name of location, coordinates and image(if available).
- Added placeDescription (if present) to the popups. Now contains everything that can be obtained from the query
- 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.
- Labels modified with a stroke of black and fill of white, both with width 2 for better visibility
- Command Line arguements are fixed.
- Folder Structure added.
Final Changes for GSoC 2020 added. Link to GSoC Report Added.
Stretch goal post GSoC :
- Add text area for SPARQL query input
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