Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay on Maps - Prototype #21

Open
wants to merge 53 commits into
base: 7.2-devel
Choose a base branch
from

Conversation

siriuswapnil
Copy link

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
Copy link
Author

  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.

root and others added 13 commits July 17, 2020 15:21
2. New SPARQL queries with new formatting to display label,description, image, and distance from center
3. Dictionary implemented for feature types
4. Template Strings implemented for every query
5. Cleaned up Main.js
6. Removed old geojson and sparql queries
@siriuswapnil
Copy link
Author

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

Stretch goal post GSoC :

  • Add text area for SPARQL query input

@holta
Copy link
Member

holta commented Jul 21, 2022

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants