-
Notifications
You must be signed in to change notification settings - Fork 49
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
Create JUGs Map #7
Comments
Hi @icougil , With the information you shared, I was seeing https://ayastreb.me/jekyll-maps/ for adding JUGs map waiting for github pages. I managed to install and run a local Hello World: But the map rendering complains because it seems the Google Maps API needs a billing account from the g account used :/. I wonder if there is a way to have a Goole Maps API for Open Source project? Then the other option https://leafletjs.com/examples/quick-start/ seems also to make reference to mapbox https://www.mapbox.com/pricing/, this offers up to 50,000 calls in the free tier. I didn't try this one yet. Any ideas, suggestion,s or questions are more than welcome since at this point both solutions involve billing accounts. |
That's the main reason I was suggesting using Leaflet, because it is provider agnostic (ie does not depend on any specific provider), we could use whatever you may like including OpenStreetMap. I will try to create a new personal repo to have a POC and share it with you to see how it could finally be a first model to render the map worldwide and at the same time visualize in alphabetical order (and/or by country?) all the JUGs. Ah! and at the same time easy to add for all those who wish to do so 😉 |
Here we have a first approach: https://github.com/icougil/JUGs_POC |
Thanks for the pointer @icougil ! The data can be pulled from geojson collecations: https://github.com/icougil/JUGs_POC/pull/1/files#diff-cb62d501ca761c9ca457f5be41a9cc950a403acc5189daea0ee458330e9196a6R1 |
I close it by mistake, reopening now |
done in #8 |
The metadata for the map can be coming from the proposed structure defined in #5
The text was updated successfully, but these errors were encountered: