[Geoserver-users] [External] Publishing shapefile to geoserver

2020-03-18 Thread Paul Silviu Nicoara via Geoserver-users
Hello, I want to publish a polyline shapefile to geoserver. Sometimes it works, sometimes it does not. I do not understand why. Here is my code to publish: from geoserver.catalog import Catalog def save_geoserver(data): geoserver_uri = 'http://localhost:8080/geoserver' from

Re: [Geoserver-users] Custom dimensions and GWC

2020-03-18 Thread carlo cancellieri
Dear list, solved, following this guide https://www.geowebcache.org/docs/current/configuration/layers/parameterfilters.html Adding the follow snippets now GWC is able to recognize my custom dimensions: dim_crop ACOF ^|([A-Za-z]{1})$

Re: [Geoserver-users] OpenStreetMap styles and full data directory released!

2020-03-18 Thread Andrea Aime
HI Jukka, pretty interesting news! Would anyone able to detail the procedure step by step for Windows user, and make a PR on the github site? Cheers Andrea On Wed, Mar 18, 2020 at 2:52 PM Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi Mats, > > > > It seems to be

Re: [Geoserver-users] OpenStreetMap styles and full data directory released!

2020-03-18 Thread Rahkonen Jukka (MML)
Hi Mats, It seems to be possible to run imposm in Windows Linux Subsystem (WSL). I made a test with Ubuntu 10.04 LTS and corresponding imposm3 binaries from the imposm project. My PG 12.2 with PostGIS 3.0 is running on the Windows side. Process was not extremely fast but not hopeless either.