Vector-Tiles-Google-Maps icon indicating copy to clipboard operation
Vector-Tiles-Google-Maps copied to clipboard

JavaScript library to render vector tiles in Google Maps.

Results 2 Vector-Tiles-Google-Maps issues
Sort by recently updated
recently updated
newest added

Hello, We at NorthPoint Development recent forked this project for use in an internal project, as we needed a good library for rendering vector tiles to our Google Maps application....

Hi. If I use tileSize=512 then need to fix `getTileId` function in MVTSource, change parameter `zoom` to `zoom-1` `getTileId(zoom, x, y) { return [zoom - 1, x, y].join(":"); }`