rurseekatze / node-tileserver

A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unnecessary coordinate transformations

rurseekatze opened this issue · comments

There are some functions for coordinate transformation such as from4326To3857() in tile.js and coordinate transformations in the database query. Check if there is a possibility to remove unnecessary transformations to improve performance.