Tagged Questions
1
vote
1answer
65 views
How to find out what features /tags are included in an .osm or .pbf file?
I would like to load osm data into a postgis (postgresql) database. In
How to load OSM data into PostGIS preserving all Tags? there has beeen a solution posted:
Download the OSM files (in .osm ...
1
vote
1answer
304 views
openlayers trigger hover event
I have a bunch of tracks on screen in a vector layer. I used some hover and select styles in the layer styleMap and these styles are properly triggered by:
var highlightCtrl = new ...
2
votes
2answers
2k views
openlayers change marker icon, size and offset after drawn
I'm having much trouble changing my (feature)marker icons 'on the fly'. The problem is that I use much different images and also need to change the offset.
So I iterate over every marker and make a ...
2
votes
1answer
201 views
How to query OSM tags by polygon?
I do not know whether something like this is possible but nonetheless.
If I understand OSM correctly all objects essentially have associated tags based
on type of object (street, building etc) ...
...
2
votes
2answers
232 views
How OpenStreetMap data layer works?
OSM map has a data layer and an information panel. How is it implemented? What is a type of the layer and URL of vector data source? How information panel works?
Thanks for all!
3
votes
1answer
516 views
How do I fire a function after all features have been selected by a box in OpenLayers?
I have a map rendering with Polygons on a Vector layer set up as features. I set up the features so they fire off a function when the feature is selected and this works fine. The issue I'm having is ...
