This project displays banners from Bannergress on a map.
- Display multiple banners on a single map.
- Display all banners from a place, such as a city or a country, by pasting the place's "browse" URL.
- Suggested places: London, Lisbon, Porto, Hannover.
- Go to https://simbabque.github.io/ingress-banner-mapper/.
- Paste your Bannergress links into the textarea. This can be an individual banner or a whole area.
- Click the "Show banners" button to display the banners on the map.
- Click the "Clear banners" button to remove all banners from the map.
You can pass in the banners
URL parameter to make the page prepoluate and load a specific banner or area. Here's an example:
If you want to add multiple banners, use url-encoded newlines (%0A
) or spaces (%20
) as the delimiter and pass them all into the same banners
parameter:
You can also pass in the place
URL parameter. We will try to use the Bannergress API to find the next best place and fetch all banners. The output may vary as these places are not sorted. For parts of London, there may be two or more results, and calling it multiple times may return different things each time.
https://simbabque.github.io/ingress-banner-mapper?place=Ronnenberg
You can hide the white bar with the navigation by appending the bare=1
URL parameter. This is useful if you want to present a fixed view of a specific set of banners. Maybe you're providing a link for the banners in the area of a first First Saturday. Does not make very much sense without also providing a list of banners.
This project is not affiliated with Niantic, Inc., Ingress, or Bannergress.
If you encounter any issues or have any feature requests, please raise an issue on Github.