-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Export Style.json file contains Tilehosting.com #308
Comments
@keum when I look at my |
@orangemug, tilehosting still works, it's just that I got confused with Maptiler.com and Tilehosting.com...took me awhile to figure out they're two same thing..dud. btw workshop went well and people really liked how we can style our own data locally using local maputnik...loved that whole offline option to work. I have separate question about styling by data type, wonder if i need to write a ticket to the community and ask for it? want to catagorize symbol by field value. let me know how i should go about asking this of how-to? |
Ok so I'm really unclear which of the @klokan do you want to comment? I guess we should probably get your new brand/url correct to avoid confusion. |
Nice, congrats @keum! Please share any feedback about what worked well and what didn't or anything we can improve on in the editor. Also if you have any general statements or photos of the event don't forget about #164 😄 |
There is no change required on Maputnik side now. OpenMapTiles for the source is correct - we are keen on providing the key for free public Maputnik instance - as we did from the day one of this open-source project. The official hosting for OpenMapTiles tiles is now called MapTiler: https://www.maptiler.com/ Domains for tiles remain to be the same now. Any change in future means we set redirects and announce that properly to everybody who has registered a free account at https://cloud.maptiler.com/ |
Thanks @klokan for the clarification, much appreciated. Also congrats to the team, maptiler.com is looking really nice. |
Noticed two days ago that when I export style.json from Maputnik that Tilehosting.com has changed to Maptiler Cloud.com but no error has generated yet.
Here is the code
'''
"sources": {
"openmaptiles": {
"type": "vector",
"url": "https://free.tilehosting.com/data/v3.json?key={key}"
}
},
"sprite": "https://openmaptiles.github.io/klokantech-basic-gl-style/sprite",
"glyphs": "https://free.tilehosting.com/fonts/{fontstack}/{range}.pbf?key={key}",
'''
Would be nice to update with maptiler cloud.com, unless it's suppose to be.
thanks!
The text was updated successfully, but these errors were encountered: