Closed imadsyed333 closed 4 months ago
This PR closes MOVE-209.
Edited queries in DynamicTileDAO.js to take advantage of the ST_AsMVT function in Postgis. This allows the database to serve vector tiles to the app, easing the load on the backend.
DynamicTileDAO.js
ST_AsMVT
Tested in MOVE local v1.13 using Firefox
this is awesome, and is well-above my expertise and my ability to review. Gonna pass this one on!
Issue Addressed
This PR closes MOVE-209.
Description
Edited queries in
DynamicTileDAO.js
to take advantage of theST_AsMVT
function in Postgis. This allows the database to serve vector tiles to the app, easing the load on the backend.Tests
Tested in MOVE local v1.13 using Firefox