-
Notifications
You must be signed in to change notification settings - Fork 12
Tool: TomTom #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
Comments
Thanks for finding the docs & starting the issue, Nic. I added a link to the JS SDK docs. The basic map example & other tutorials on that page are a good start for describing default widget capabilities. Like many of our reference JS frameworks, the line between default widget and dynamic API is blurry, because you're building the map with JS calls either way. My rough rule is that "widgets" covers features that could be mapped to a declarative API, although they might be specified in the framework as JS config objects. But yeah, it's a blurry line. If either of you want to grab your own API key for experimenting, go ahead. But we'll need to figure out a way to set up the keys that are officially associated with the CG & the maps4html.github.io domain. (we can discuss that in #24) |
I also own the domain maps4html.org if that helps. |
Minor annoyance. Their docs are clearly aimed at mobile app developers, not web developers. Download our entire SDK! Install it as an NPM app, but it isn't hosted on NPM. Self-host the library! Anyway, I was able to find the copy of the library code they use for the live examples & that seems to work fine. The map viewer is built on Leaflet, though, so I'm not sure how much extra functionality it will have as far as the basic widget capabilities. Since our other Leaflet examples use OpenStreetMap raster tiles, I'm going to use the TomTom vector tiles for the examples, so there is at least some distinction. |
Another annoyance (for our use case, which is unusual, I admit): (Can I have scoped CSS already? Like already?) |
Includes an intro section in the report, and examples for basic create map and setting map location. Note: TomTom CSS is commented out because it duplicates leaflet/mapbox. Need to investigate further what the differences are. Also adds it to the example template, and to example pages made from that template. Related to #49
OK, @nchan0154: I've added the basic intro and the first two examples. Feel free to start adding more examples & adding summaries of capabilities. Don't go into detail in cases where the capability is just the same as Leaflet, but pay attention to unique features especially re the vector tiles. (Which they are converting client-side to images that then get used by Leaflet.) |
Interesting! The vector tiles seem a lot faster when looking at the side by side examples, I'm excited to dig in more. Thank you for setting it up. (Also, pouring one out for the 'scoped' attribute, you are missed.) |
This issue is for discussion of the reference tool "TomTom Maps SDK for Web".
TomTom has reached out to us, explaining that they offer 2500 free credits daily with no credit card.
Does this align closer to with @NickFitz is doing with the API services?
Links:
The text was updated successfully, but these errors were encountered: