Does anybody knows if SQL Server 2014 is supported by Geoserver SQL Server
extension?
thanks
JJ --
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
W dniu 2015-07-02 o 18:10, Andrea Aime pisze:
> Can you open a ticket in Jira with those details?
Ticket opened:
https://osgeo-org.atlassian.net/browse/GEOS-7097
Regards
Maciej
--
Don't Limit Your Business. Reach for
Thank you for the advice but I was try to use this type of command.
http://docs.geoserver.org/stable/en/user/rest/examples/php.html
I also go this class
http://www.ibm.com/developerworks/library/os-geoserver/#download
Which works for creating store, workspace, and layers.
The one you posted abov
>>Hi Jair,
>>have you tried to start GeoServer staight from the command line, instead of
>>running it as a service? Does it start?
No, I haven't. I did it now and it worked smoothly. Thank you for that Stefano!
The question now is why it doesn't work when started as a service?
Hi Jair,
have you tried to start GeoServer staight from the command line, instead
of running it as a service? Does it start?
Il giorno gio, 02/07/2015 alle 10.14 -0600, jair santos ha scritto:
>
>
>
> >>>Hmm... it seems port 8081 is also busy... not sure what to add, the
> message is exactly
Ok,
checked locally, indeed it does not work, it's happening because the "lack
of a crs" is
turned into a PRJ file containig:
LOCAL_CS["Wildcard 2D cartesian plane in metric unit",
LOCAL_DATUM["Unknown", 0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y",
NORTH], AUTHORITY["EPSG","404000"]]
and then p
>>>Hmm... it seems port 8081 is also busy... not sure what to add, the message
>>>is exactly the same as before.
This seems not to be the case. When I run the Resource Monitor I can see 8081
in the list of listening ports. Shutting down geoserver immediatley remove the
port from the list.
Hi,
support for non referenced files has been growing over time, but I'm not
sure if it has reached the mosaic
code yet... the exception is strange though, as the wildcard CRS seems to
be in use (EPSG:404000).
Out of curiosity, which version of GeoServer are you using?
Cheers
Andrea
On Thu, Jul
On Thu, Jul 2, 2015 at 5:29 PM, jair santos wrote:
> Thank you very much Andrea.
>
>
> Then that might be the cause of the problem that I am having when trying
> to load localhost:8080/geoserver.
>
>
> I removed/reinstalled Geoserver using port 8081 instead, and got the same
>
>
> "NFO | jvm
Hi Jody,
Yes, I installed geoserver as a service. Why this would cause this warning?
thanks
JJ
Looks like it is a wrapper allowing a java application to be run as a windows
service.
--
Jody Garnett
On 1 July 2015 at 15:12, jair santos < jai...@shaw.ca > wrote:
Hello everyone.
Thank you very much Andrea.
Then that might be the cause of the problem that I am having when trying to
load localhost:8080/geoserver.
I removed/reinstalled Geoserver using port 8081 instead, and got the same
"NFO | jvm 1 | 2015/07/02 08:03:18 | 2015-07-02 08:03:18.507::WARN: failed
Sel
Hi,
are you saying that you go to "add new store" in GeoServer GUI and you
don't see additional stores beside standard GeoTIFF and similar?
Or are you saying that you can add a new GDAL store but you don't see
anything when doing a layer preview instead?
Could you do an "ls *gdal*" from the geoserv
On Thu, Jul 2, 2015 at 4:49 PM, Stefano Costa <
stefano.co...@geo-solutions.it> wrote:
> Hi Andrea,
>
> Il giorno gio, 02/07/2015 alle 16.32 +0200, Andrea Aime ha scritto:
> > On Thu, Jul 2, 2015 at 4:14 PM, Stefano Costa
> > wrote:
>
> > Correct, but always remember to also add true to
> > the P
Hi Andrea,
Il giorno gio, 02/07/2015 alle 16.32 +0200, Andrea Aime ha scritto:
> On Thu, Jul 2, 2015 at 4:14 PM, Stefano Costa
> wrote:
> Correct, but always remember to also add true to
> the PUT request to avoid disabling the layer as a side effect
>
Uhm... I just tested it against GeoServer
On Thu, Jul 2, 2015 at 4:14 PM, Stefano Costa <
stefano.co...@geo-solutions.it> wrote:
> Hi Wondimagegn,
> it is actually not too difficult: all you have to do is issue a PUT
> request on the layer, after it has been created.
>
> Sample CURL request:
> curl -X PUT -d
> "point" -H
> "Content-Type:
Hello Members,
I have problem about installing GDAL extension in geoserver 2.7.1 on Ubuntu
14.04 LTS
I have install GDAL extension as instructed at
http://docs.geoserver.org/stable/en/user/data/raster/gdal.html
I have exported GDAL_DATA to the right path, LD_LIBRARY_PATH is set to
native library
Hi Wondimagegn,
it is actually not too difficult: all you have to do is issue a PUT
request on the layer, after it has been created.
Sample CURL request:
curl -X PUT -d
"point" -H
"Content-Type: text/xml" -u admin:geoserver
http://localhost:8080/geoserver/rest/layers/places.xml
which sets the def
Dear Members,
I am able to publish a layer using Geoserver Rest API using php. However, I
couldn't set the default style. Could you please help me in changing the
style?
Thanks!
--
Don't Limit Your Business. Reach for the
Hello,
is it possible to import a geotiff file with no declared coordinate
system into ImageMosaic layer? I can read such a file directly by
geotiff reader, but ImageMosaic plugin throws an error:
Caused by: org.opengis.referencing.operation.TransformException: Can't
transform envelope.
Hello everyone,
I'm trying to generate a map from a set of points with gs:BarnesSurface.
The result is quite good but the transition between colors is too sharp.
Which parameters affects the transition between colors?
I'm currentrly using ColorMap type="ramp".
Thanks
Franco
-
Hi all
I assume the problem is the encrypted postgis password. Each GeoServer
instance uses its own keys for encryption.
You have to edit the datastore xml file. Lets assume your postgis password
is "mypassword", edit the following line.
plain:mypassword
Restart GeoServer, open the GUI for ed
Hi David
Please stay on the mailing list, normally I do not answer private
questions. Other people may have the same problem or even better, they can
give you a hint.
Please try to create a new postgis data store using your connection params
and test the connection.
Cheers
Christian
On Wed, J
I have a custom GeoServer work directory, when I upgrade a server I copy over
the whole folder
I.e. workspaces, coverages, styles etc - I then set up my new GeoServer
instance to point at it and it's as if I have cloned GeoServer (except
extension and plugins which are stored in the tomcat cont
Hello,
Is there a way to copy workspace with it‘s store connection (postgis),
layers and groups to other geoserver instance. I tried simply to copy
workspace folder from data dir to other geoserver data dir but this didn‘t
worked. After restarting geoserver new workspace only apears in list, bu
24 matches
Mail list logo