I migrated osm data using osm2pgsql. I am using the following query to get road information from lat lon values.
where -104.718649, 39.201070 are lon and lat values. Now I also need the maxspeed of that road. how can i get the maxspeed of a road given lat lon values? asked 27 Jul '17, 13:49 aitizazk |
I just had to add the following line to the style file
and it added maxspeed to each record. answered 06 Aug '17, 13:26 aitizazk |