Re: [OSM-talk] GeoServer and OpenStreetMap

2016-09-30 Thread Benoit Fournier
If you are so inclined, you could share your findings, maybe draft a documentation or tutorial for the wiki and/or learnosm. A few pointers, some certainly outdated: http://blog.geoserver.org/2009/01/30/geoserver-and-openstreetmap/

Re: [OSM-talk] GeoServer and OpenStreetMap

2016-09-30 Thread Nick Hocking
Thanks all, I'll start the process this weekend but I suspect it will be a long slow process with lots of new learning for me. Cheers Nick ___ talk mailing list talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/talk

Re: [OSM-talk] GeoServer and OpenStreetMap

2016-09-29 Thread Walter Nordmann
That's nearly all which has to be done in geoserver: Create a SQL layer. select osm_id, tags->'fire_hydrant:type' "type", tags->'fire_hydrant:position' "position", tags->'fire_hydrant:count' "count", tags->'fire_hydrant:diameter' "diameter",

Re: [OSM-talk] GeoServer and OpenStreetMap

2016-09-29 Thread Paweł Paprota
I used a similar approach (osm2pgsql and connecting that as data source in GeoServer) in the past, also IIRC I used mapnik2geotools script to convert one of the Mapnik OSM styles to SLD, worked out quite well. Paweł On Thu, Sep 29, 2016, at 17:51, Jeff McKenna wrote: > On 2016-09-29 9:19 AM,

Re: [OSM-talk] GeoServer and OpenStreetMap

2016-09-29 Thread Martijn van Exel
I’ve done it the PostGIS route before which has worked well: * Download OSM PBF * Create PostGIS database * Apply osmosis schema + linestring extension * Import OSM data using osmosis * Connect desired PostGIS tables to Geoserver Martijn > On Sep 29, 2016, at 6:19 AM, Nick Hocking

Re: [OSM-talk] GeoServer and OpenStreetMap

2016-09-29 Thread Jeff McKenna
On 2016-09-29 9:19 AM, Nick Hocking wrote: Has anyone here put OSM data into GeoServer. Is there a primer somewhere to help me along the way. I have not with GeoServer, but I did document my steps with MapServer and OSM data:

[OSM-talk] GeoServer and OpenStreetMap

2016-09-29 Thread Nick Hocking
Has anyone here put OSM data into GeoServer. Is there a primer somewhere to help me along the way. Nick ___ talk mailing list talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/talk