ejn
ejn
This PR implements (most of) the functionality described in #12937: - adds a non-observable feature type property to features (comparable to feature ID), with getters/setters `getFeatureType()`/`setFeatureType()` - when reading GML,...
This problem was spotted on a productive 7.6 installation, but looking at the code the situation has not changed in the current main. When building a GetFeatureInfo query string, the...
* e.g. gml:TemporalPeriodPropertyType is parsed by the Schema analysis to an ObjectPropertyType - which was previously unsupported in the GMLAppSchemaWriter, resulting in an "Unhandled property type" runtime exception. * This...
In Firefox an exception "Window.getComputedStyle does not implement interface Element" was being raised when the MouseWheel event was outside the map, due to the traverse up the tree winding up...
See #7036 Still TODO: Docs
It looks like the references to the OGC API yaml schema files are currently hardcoded to http://schemas.opengis.net [here](https://github.com/MapServer/MapServer/blob/48b19a2752adbe74e7020fdddf78488ca7701bb3/src/mapogcapi.cpp#L1679) For other services there is / should be a (currently undocumented?) web...
* See https://github.com/MapServer/MapServer/pull/7037 Resolves MapServer/MapServer#7036
According to [RFC4287](https://www.ietf.org/rfc/rfc4287.txt), the URI reported by ` was used for the ‘self’ reference and shall therefore also dereference to the feed itself. > (In the Atom standard it is...
If the WMS or WFS service responds to a GetCapabilities request with a ServiceException report then this will be recognised and the promise rejected with a ServiceExceptionError. This could also...
Applications may want to provide links to available metadata of layers and feature types shown. For this to be possible it is necessary to expose the relevant elements in the...