Re: [Geoserver-users] bulk geotiff import

2016-01-13 Thread Peter Kovac
Hi Alex, try this if you have the file on your local computer: curl -u "user:password" -XPUT -H 'Content-type: image/tiff' \ --data-binary @"$LOCAL_GEOTIFF"\ "http://$HOSTNAME:$PORT/geoserver/rest/workspaces/$WORKSPACE/coveragestores/$STORE_NAME/file.geotiff where variables are the

[Geoserver-users] Fwd: Geoserver GWC WMTS

2016-01-13 Thread Tarek Benamara
Hi, I try to add a WMTS Layer from my GeoServer but the issue still that the axis orientation wrong. I m using the EPSG 2169 for Luxemburg and generate the tiles with this Gridset [image: Inline-Bild 1] Have you any idea what is the issue? WMTS URL =http://localhost/geoserver/gwc/service/wmts

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Andrea Aime
Hi Per, interesting, did you report it? It would be useful to have a reproducible issue in the ticket tracker Cheers Andrea On Wed, Jan 13, 2016 at 9:39 AM, Per Söderström < per.soderst...@kungsbacka.se> wrote: > Hi, > > We had a problem two years ago with SVG symbols not displaying. We solved

Re: [Geoserver-users] Insert shapefile in database (store) via API Rest

2016-01-13 Thread Stefano Costa
Hi Fernando, you may want to take a look at the Importer extension: http://docs.geoserver.org/latest/en/user/extensions/importer/index.html It also comes with a REST API: http://docs.geoserver.org/latest/en/user/extensions/importer/rest_reference.html

Re: [Geoserver-users] Technical questions regarding GeoServer

2016-01-13 Thread Rahkonen Jukka (MML)
Hi, The example chart does not look at all suitable for classifying GIS server applications because most info titles are irrelative. -Jukka Rahkonen- epyks23 wrote: I am currently making a chart with information of various GIS software/applications I would like to know more information

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Ian Turton
Just for completeness can you open that svg from the machine GeoServer is running on as the user that is running GeoServer? I've had issues in the past with proxies and tomcat not having permission to see the internet. Ian On 13 January 2016 at 08:01, wiltomap wrote: >

Re: [Geoserver-users] Fwd: Geoserver GWC WMTS

2016-01-13 Thread Rahkonen Jukka (MML)
Hi, We should get a bit more information. How do you know that axis orientation is wrong? Have you problems with some client? Can you name it? What is the result and what do you expect it to be? Could you write all the steps which are needed for reproducing your problem? I suggest to use some

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread wiltomap
Edward, Thanks for help! Yes, I can indeed display the SVG symbol in my browser with the URL. The question remains: *why do PNG files display correctly and SVG files don't* (both being placed in the same directory)? I would prefer solving this issue rather than having two different directories

Re: [Geoserver-users] Technical questions regarding GeoServer

2016-01-13 Thread Julian Hollingbery
Hi, In my opinion, this is not a valid comparison. Why do you want to compare backup software with GeoServer? Regards, /julian -Original Message- From: epyks23 [mailto:eninnal...@gmail.com] Sent: 13. januar 2016 04:06 To: geoserver-users@lists.sourceforge.net Subject:

[Geoserver-users] Fwd: Geoserver GWC WMTS

2016-01-13 Thread Tarek Benamara
Hi, I try to add a WMTS Layer from my GeoServer but the issue still that the axis orientation wrong. I m using the EPSG 2169 for Luxemburg and generate the tiles with this Gridset [image: Inline-Bild 1] Have you any idea what is the issue? WMTS URL =http://localhost/geoserver/gwc/service/wmts

Re: [Geoserver-users] GeoPackage - WPS request

2016-01-13 Thread Niels Charlier
Hi Nikolaus There appears to be a bug in the WPS request builder. The XML code for the "contents" parameter needs to be surrounded by a CDATA tag: so that it does not get parsed as part of the request XML itself. The request builder does not seem to automatically do this for the

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Per Söderström
Hi, We had a problem two years ago with SVG symbols not displaying. We solved it by don't setting the workspace for the style. /Per -Ursprungligt meddelande- Från: wiltomap [mailto:wilt...@gmail.com] Skickat: den 13 januari 2016 09:01 Till: geoserver-users@lists.sourceforge.net Ämne:

Re: [Geoserver-users] Insert shapefile in database (store) via API Rest

2016-01-13 Thread Fernando Quadro
Stefano, I think it will help me yes. I will look, and if I have questions, I return to post. Best regards, Fernando Quadro http://www.fernandoquadro.com.br http://br.linkedin.com/in/fernandoquadro/ 2016-01-13 6:36 GMT-02:00 Stefano Costa : > Hi Fernando, >

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread wiltomap
Hie ! I modified the SLD by retrieving workspace name (no workspace affected): the display bug is still present... And yes, I can open the SVG file from the machine GeoServer is running on. -- View this message in context:

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Andrea Aime
On Wed, Jan 13, 2016 at 1:39 PM, Edward Mac Gillavry < emacgilla...@hotmail.com> wrote: > Same "distortion" happens to me sometimes too. If I try to export my SVG > from InkScape using Optimized SVG, sometimes the shapes don't come out > right and have to save the file as InkScape SVG or Plain

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread wiltomap
Great! I've just tried to save my SVG file into « SVG: simple » format (not « SVG: Inkscape » which is the default SVG format). See screenshot below (sorry for GUI being in french). Display is now perfect! Thanks again. --

Re: [Geoserver-users] Fwd: Geoserver GWC WMTS

2016-01-13 Thread Tarek Benamara
Hi, 1.in Tile Caching of GeoServer I create firstly a new gridset for EPSG 2169 for Luxemburg with the Zoome Lavels 1-10 the Gridset bounds are Compute from maximum extent of CRS

Re: [Geoserver-users] Fwd: Geoserver GWC WMTS

2016-01-13 Thread Tarek Benamara
Hi, There is any other possibility to get the GWC as WMS Thank you! 2016-01-13 14:50 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > > > We have also one gridset that is in Gauss-Krüger projection (EPSG:2393) > and I guess I can see the same problem than you

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Edward Mac Gillavry
Same "distortion" happens to me sometimes too. If I try to export my SVG from InkScape using Optimized SVG, sometimes the shapes don't come out right and have to save the file as InkScape SVG or Plain SVG instead. Never fully investigated what went on there. Also, I find that setting the actual

Re: [Geoserver-users] Fwd: Geoserver GWC WMTS

2016-01-13 Thread Rahkonen Jukka (MML)
Hi, We have also one gridset that is in Gauss-Krüger projection (EPSG:2393) and I guess I can see the same problem than you with EPSG:2169 which is also Gauss-Krüger. The extents of our gridset taken from the Edit gridset page are MinX 3 050 187.8969 MinY6

[Geoserver-users] Can GeoServer read from a File Geodatabase?

2016-01-13 Thread epyks23
I want to create a GeoServer layer from a feature class geodatabase. But when I open the geodatabase, I cannot see the feature classes. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-GeoServer-read-from-a-File-Geodatabase-tp5245118.html Sent from the GeoServer - User

Re: [Geoserver-users] Can GeoServer read from a File Geodatabase?

2016-01-13 Thread Brad Hards
On Wed, 13 Jan 2016 04:31:16 PM epyks23 wrote: > I want to create a GeoServer layer from a feature class geodatabase. > But when I open the geodatabase, I cannot see the feature classes. More detail would have helped (e.g. what version of file geodatabase you are using, what version of geoserver,

[Geoserver-users] REST API creating of a composite layer "Layer Group"

2016-01-13 Thread Alex O'Ree
So I've just imported a large number of geotiff files that are grouped logically on the file system by resolution (1:2M, 1:1M, 1:250K, etc) Since the volume is high, I want to use the REST api to create a layer group, One for each resolution set. I've found this

Re: [Geoserver-users] Displaying SVG external graphic issue

2016-01-13 Thread Edward Mac Gillavry
Glad to hear it works! Cheers, Edward > Date: Wed, 13 Jan 2016 05:01:00 -0800 > From: wilt...@gmail.com > To: geoserver-users@lists.sourceforge.net > Subject: Re: [Geoserver-users] Displaying SVG external graphic issue > > Great! I've just tried to save my SVG file into « SVG: simple » format

Re: [Geoserver-users] bulk geotiff import

2016-01-13 Thread Alex O'Ree
It worked! Thanks so much! On Jan 13, 2016 2:58 AM, "Peter Kovac" wrote: > Hi Alex, > > try this if you have the file on your local computer: > > curl -u "user:password" -XPUT -H 'Content-type: image/tiff' \ > --data-binary @"$LOCAL_GEOTIFF"\ >

Re: [Geoserver-users] REST API creating of a composite layer "Layer Group"

2016-01-13 Thread Peter Kovac
Hi Alex, from what I have learned how people usually work with REST API is that they do what they want on a small scale using the web GUI and then do a GET request using the XML format. The XML returned usually is in the exact format a PUT request needs. So, make one small layer group, GET it

Re: [Geoserver-users] REST API creating of a composite layer "Layer Group"

2016-01-13 Thread Alex O'Ree
Thanks Peter. Unfortunately, my UI created layer group doesn't show up anywhere in the rest interface. Very odd On Wed, Jan 13, 2016 at 11:30 AM, Peter Kovac wrote: > Hi Alex, > > from what I have learned how people usually work with REST API is that they > do

[Geoserver-users] NPE: Argument "bgColor" should not be null

2016-01-13 Thread Alex O'Ree
I'm getting lots of log messages with the subject's error message. here's a partial stack trace from viewing a layer group with about 30 geotiffs version 2.8.1 org.geotools.resources.image.ColorUtilities.findColorINdex :506

Re: [Geoserver-users] NPE: Argument "bgColor" should not be null

2016-01-13 Thread Alex O'Ree
Hit enter too soonlast part of the trace .produceMap :569 On Wed, Jan 13, 2016 at 12:59 PM, Alex O'Ree wrote: > I'm getting lots of log messages with the subject's error message. > here's a partial stack trace from viewing a layer group with about 30 > geotiffs > >

[Geoserver-users] foss4gna call for proposals

2016-01-13 Thread Jody Garnett
The FOSS4G North America is scheduled for May 2-5. I quite enjoyed last years conference which featured a really diverse line up. If you have a story of using GeoServer, or any open source software, please consider responding to the call for proposal