Tagged Questions

0
votes
0answers
12 views

GeoServer, Oracle extensions, oci

I am trying to get Geoserver 2.0 to connect to oracle using oci. I am having trouble as it is not letting specify an alias as it exists in the tnsnames file. I am guessing that perhaps I am not …
0
votes
0answers
51 views

INVALID LABEL error for JSON response

function json() { var url="http://192.172.2.23:8080/geoserver/wfs?request=GetFeature&version=1.1.0&outputFormat=json&typeName=topp:networkcoverage&CQL_FILTER= …
0
votes
3answers
65 views

INVALID LABEL error for JSON response against WFS request of Geoserver using Jquery

function json() { var url="http://192.172.2.23:8080/geoserver/wfs?request=GetFeature&version=1.1.0&outputFormat=json&typeName=topp:networkcoverage&CQL_FILTER= …
-1
votes
1answer
101 views

upload SLD file to geoserver

Hi all, i want to upload SLD file to geoserver by REST. I use geoserver version 1.7.6 in Ubuntu. I have upload file: names:chool_point.sld using Poster. …
0
votes
1answer
81 views

Geoserver GeoWebCache AntiAlias LargePolygon Error OpenLayers

When using geoserver (1.7.X) and OpenLayers (WMS layer) togheter I get a weird behavour if a render several layers with antialias and one of the bottom layers is really large compared to the rest of …
0
votes
2answers
326 views

Can GeoServer be used in a commercial application?

GeoServer is licensed under the GPLv2. I know that this means I cannot make derivative commercial works from this application. For instance, I cannot add new interfaces, plugins, etc to GeoServer as …
0
votes
3answers
794 views

Generating Geo-Referenced Images in C#

I want to create some heat-map style tiles to overlay over our base maps using Open Layers. Basically, I want to divide some some bounding box into a grid, and display each square of the grid using a …
0
votes
1answer
166 views

Create a GeoServer feature using a SQL Server 2008 View

We are trying to create a feature (layer) in GeoServer on top of a view in SQL Server 2008, rather than a table. We are able to create the feature, but it won't display any data because GeoServer …