Questions tagged [ogc]

The Open Geospatial Consortium is an international standards organization for Geographic Information Systems (GIS) software, services and data.

Overview

The Open Geospatial Consortium is an international standards organization for Geographic Information Systems (GIS) software, services and data.

http://www.opengeospatial.org/

Tag Usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE

59 questions
2
votes
1 answer

Load GML layer with Openlayers 3

I'm trying to load a GML file into a vector layer and plot it on a map. For some reason the features do not get shown on the map although they get parsed and added to the vector layer. I tried it with a GML file coming from Geoserver (making minor…
ohvitorino
  • 186
  • 1
  • 15
2
votes
3 answers

Distance Algorithm used in SQL2008 for Geography Data Types

I am wanting to know what Algorithm SQL2008 uses when computing distance on Geography Data Types. There are several such Algorithms as the Haversine and Vincenty, however I have found no references for what SQL2008 is actaully using.
Darryl
  • 41
  • 4
2
votes
1 answer

Jaxb for OGC Schemas

This is my scheme (scheme1.xsd)
user866383
  • 21
  • 1
  • 3
2
votes
1 answer

JAXB DOM Node unmarshalling omits elements

I'm unmarshalling some XML from OGC and running into a problem where not all of the elements make it into the final object. Here is the example XML
Brian Clements
  • 3,787
  • 1
  • 25
  • 26
2
votes
1 answer

Is the map-Parameter of the UMN-mapserver conform to the OGC WMS-specification?

Say you have a mapserver-url like this: http://host/cgi-bin/mapserv?MAP=/path/to/mapfile.map& Is a WMS specified in this way conform to the OGC WMS-specification? Some say the map-parameter is a vendor-specific parameter, but you also could see it…
Mnementh
  • 50,487
  • 48
  • 148
  • 202
2
votes
3 answers

XSD schema target namespace

I'm trying to set up a new gml Feature schema however I think I'm misunderstanding something with the namespace. Heres my schema:
user143278
  • 43
  • 1
  • 5
1
vote
1 answer

MapServer SOS (Sensor Observation Service) Configuration

I tried to set up MapServer SOS but I faced a problem: the SOS doesn't return anything. You may see the map file I have created below: MAP NAME "SOS_DEMO" STATUS ON SIZE 400 300 EXTENT -180 -90 180 90 UNITS METERS …
1
vote
2 answers

Good tool for analyzing a request log for an OGC service like a WMS or WFS service

Background There are many tools to analyze logfiles from servers like Apache HTTP server, but I need one to analyze requests to geospatial services, WMS and WFS What is special about a request to a OGC service like WMS or WFS? The protocol includes…
1
vote
0 answers

MapServer (WMS) OAPIF connection - disable schema establishing

According to the Layer Schema GDAL docs GDAL Driver does the following: OGR needs a fixed schema per layer, but OGC API - Features Core doesn’t impose fixed schema. So the driver will retrieve the first page of features (10 features) and establish…
user2151486
  • 778
  • 2
  • 13
  • 25
1
vote
1 answer

WFS GetFeature request feature with lat/lng literal

According to the Geoserver documentation: https://docs.geoserver.org/master/en/user/services/wms/reference.html#getfeatureinfo it is preferred to use the WFS GetFeature service over WMS GetFeatureInfo as literally cited: The GetFeatureInfo…
Hoetmaaiers
  • 3,413
  • 2
  • 19
  • 29
1
vote
0 answers

Java How to set new coordinates to a geometry in 2D

I have some geometry in 3D and I woudlike to return a geometry in 2D (dimension 2) with new coordinates : private static Geometry convert2D(Geometry g3D) { // copy geometry Geometry g2D = (Geometry) g3D.clone(); Geometry…
Software14
  • 155
  • 1
  • 9
1
vote
1 answer

OpenLayers very poor performance when WMTS getCapabilities TileMatrixSet does not list low zoom level TileMatrix's

Running OL version 6.4.3 I am interacting with a WMTS service which has a TileMatrixSet like this: GoogleMapsCompatible GoogleMapsCompatible EPSG:3857
1
vote
1 answer

Regarding cql filter

I want to bring a parcel highlighted with given coordinates from the following…
Subhadra
  • 11
  • 1
1
vote
1 answer

why is proxy code Generated by svctuil so small?

I'm using svcutil to generate proxy code for the following web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services. I've downloaded the entire OGC schema files and placed them into my "D:/temp/OGCSchemas/"…
capdragon
  • 14,565
  • 24
  • 107
  • 153
1
vote
0 answers

OpenLayers 4 and WFS (GML)

I am trying to display a geometry trough a WFS in OpenLayer 4. The problem is that using the following snippet of code.. The request is succesfull, I can see the XML (wfs gml) data in the response (using firebug) but the polygons are not visible. It…
user9370976
  • 157
  • 1
  • 2
  • 13