Tagged Questions
2
votes
2answers
75 views
Slippy map format
When do you decide which to use? I've started using Geoserver and it seems like map files are downloaded to the browser (using Leaflet) in the WFS format.
When I look at OSM, Mapbox etc, they use ...
2
votes
1answer
73 views
Value at a particular spot on Geoserver Heatmap
Geoserver is drawing from a PostGIS database to generate a heatmap using this SLD extension. Leaflet then overlays the heatmap over the base layer.
Question: How can you determine the value at a ...
2
votes
0answers
117 views
Geoserver, PostGIS and KML: Creating clickable nodes from OSM data
I have a PostGIS database that has OSM data imported into it using osm2pgsql and I'm using GeoServer to plot the points into a networked KML file for Google Earth.
What I'd like to do is make the ...
0
votes
1answer
117 views
How to query osm data served by geoserver?
We have a specific point and would like to count all features in a circular area with center at that specific point.
The data is:
- Stored in a shapefile layer created in QGIS
- Served by geoserver
- ...
1
vote
2answers
259 views
OSM data imported. Next?
The data was imported using the following command:
osmosis --read-pbf file="/usr/local/lib/geoserver-2.1.3/data_dir/argentina.osm.pbf" --write-pgsql database="argosm" password="1234.5" user="argosm"
...
1
vote
2answers
697 views
OpenLayers WMS disappears when including OpenStreetMap
Setup:
ArcSDE 9.3.2
Oracle 11g
GeoServer 2.1.4
OpenLayers (latest build)
OpenStreetMap
InternetExplorer 7.0/ Google Chrome
EDIT: I have updated information just below the screen shots
...
1
vote
2answers
194 views
capabilities URL for open street map
I want to use open street map as cascading WMS to my Geoserver. Which capabilities URL should i use?
Can any body tell me the capabilities URL for OSM ?
Regards
1
vote
2answers
963 views
Geoserver SLD for OSM valdation errors
I'm trying to build a Geoserver (V2.0.2) style file for OSM data using https://github.com/FlorentDotMe/OSM-Styles-for-GeoServer as a starting point but they produce a number of validation errors
Can ...
1
vote
0answers
70 views
SLD for OSM data in GeoServer [duplicate]
Possible Duplicate:
Standard SLDs for OpenStreetMaps?
I can't find a good SLD for OSM.
I downloaded the OSM data and imported it to PostGIS. With GeoServer I use it as a data source to ...
2
votes
2answers
484 views
OSM To Postgis & WGS84 Newbie confusion
Hi I wonder if someone can clarify as I'm confused.
I need to load planet OSM data into Postgis so I downloaded a small data set of a UK County and followed the instructions here loading the Google ...
3
votes
3answers
2k views
Shape file for North America
list!
Could you please help me. I need the coastline shape file of North America, something like this
http://www.diva-gis.org/gdata
I used it for geoserver+postgis with osm sld-tyles like the ...
1
vote
1answer
733 views
Looking for a MAP to SLD converter
Does anyone know where I can find the converter from .map to .sld?
I have a big mapfile of styles for OSM and I have the styles mapnik.xml for OSM but I use Geoserver for my work. Or does anyone have ...
4
votes
4answers
325 views
The shapes of the USA map
I'm newbie in GIS.
I want use the shapefiles of USA map for my Geoserver. Where can I download shapes for USA? I know about the TIGER\Line shapes but it is separate shapes of counties and thematic ...
2
votes
1answer
582 views
Routing Application in Windows
I am making an routing web application similar to Google Maps 'Get Direction' feature. But because of the limited control and data on GMaps, I decided to use OpenStreetMap instead. This also made me ...
5
votes
2answers
1k views
Geoserver Routing with OSM data and PostGIS
Does Geoserver have a routing functionality for the OSM data in PostGIS?