A new free vector tile server, also for commercial use

We just launched a new free vector tile server, no request limits and production-grad infrastructure. Curious to hear your feedback: https://www.maptoolkit.org/

Wiki page: Maptoolkit.org - OpenStreetMap Wiki

13 Likes

With the included MapMaker its easy to customize the maps. See the (hopefully growing) gallery of custom map styles people made: maptoolkit/maptoolkit.org Show And Tell · Discussions · GitHub

1 Like

Hello. Thank you for the new .json styles.

I randomly analyzed 2 styles: hiking and dark.

https://styles.maptoolkit.org/hiking.json

https://styles.maptoolkit.org/dark.json

People who have constant direct contact with .json styles can quickly detect code snippets that deviate from the norm. I just wanted to ask if the values defined in tileSize are intentional or a typo?

2056, 5112, 10224 ?

Perhaps there was a small typo starting in 2056, and from then on the error doubled?

Tile sizes are generally found starting from 256, 512, 1024. Different and arbitrary sizes would cause the renderer to miscalculate the tile coordinates, breaking the terrain alignment or massive visual glitches.

I also wanted to ask what the purpose is of defining 3 identical sources (URLs) by only changing the tileSize?