Questions tagged [mvt]

6 questions
1
vote
1 answer

Django return class attribute based on object status in database

I am new to django and trying to learn. Looking to see if there is a better way to produce the result wanted. See my example below: application_list.html - Table Data {% for app in applications %}
Brandon
  • 19
  • 2
0
votes
0 answers

Geoserver result of query done in SQL View is not complete

I'm new to Geoserver and I'm trying to do a visualisation application with MVT, to achieve that I use MobilityDB which is an extension to the PostgreSQL database system and its spatial extension PostGIS. It allows temporal and spatio-temporal…
WaZy
  • 1
  • 1
0
votes
2 answers

Can not transfer data from java servlet to jsp

Ive tried everything and i cant seem to figure why i keep getting "list is null" when i run my jsp file. Here is my servlet file package servlet; import java.io.IOException; import java.util.ArrayList; import java.util.List; import…
Scels12
  • 1
  • 2
0
votes
0 answers

Convert TomTom PBF to Mapbox MVT format

I have downloaded traffic data from TomTom API which as come in the format https://api.tomtom.com/traffic/map/4/tile/flow/relative0/12/1207/1539.pbf?tileSize=256&key=***** However, I want to show it on MapBox which is requesting it in MVT…
0
votes
1 answer

How to convert MVT geometry back to lat,lng (4326) using postgis functions?

Given some arbitrary geometry in the standard ESPG-4326 (latitude & longitude), that was converted to an MVT tile geometry with ST_AsMvtGeom() postgis function (in web mercator 3857), I need to convert it back to the 4326 using postgis…
Yuri Astrakhan
  • 8,808
  • 6
  • 63
  • 97
-1
votes
1 answer

How to get features in openlayers with mapbox?

I try to do it but it doesn't work, below is my main code. enter image description here enter image description here
Finn
  • 3
  • 1