Tagged Questions
1
vote
0answers
88 views
How can I map data points to OpenStreetMap (OSM) line data?
my goal is to filter measuring points of vehicles by mapping them to streets.
So I could filter out all the false data located in fields and rivers and so on.
I imported my data into a PostGIS ...
1
vote
2answers
94 views
GeoServer Where clause filter
I use postgis, geoserver and openlayers for gis development.
I simply reach from goeserver to postgis table or view and show it with openlayers. but I need some filtering operation on my spatial ...
6
votes
1answer
327 views
PostGIS query vs QGIS filter
I have a PostGIS dataset with around 3 million shapes. I only need to view about 1,500 of these shapes at any given time, but the shapes I need to see depends on which feature is selected in a ...
3
votes
1answer
688 views
How to filter features in a layer?
I am trying to display certain features in a shapefile-based layer using QGIS. I have found the subset function in the properties panel, which does exactly what i want, but is too tedious given that I ...
