[Mapbender-dev] [Mapbender] #921: INSPIRE ATOM Feed Client - resource identifier
Mapbender
mapbender_dev at lists.osgeo.org
Thu Aug 8 09:13:14 PDT 2019
#921: INSPIRE ATOM Feed Client - resource identifier
-------------------------------------------------+-------------------------
Reporter: SvenLVGL | Owner: dev
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: core | Version: 2.7.3
Keywords: URI, URL, resource identifier, |
INSPIRE, ATOM Feed |
-------------------------------------------------+-------------------------
When using the **mapbender/plugins/mb_downloadFeedClient.php** the
resource identifier link is correct, but the shown text (an URL to the
record in a registry) is shown with a ```#``` that doesn't belong there.
This can be fixed by changing the file
**mapbender/http/plugins/mb_downloadFeedServer.php** in line 236.
Change
{{{
identifierAnchor.text(featureCollection.features[i].properties.namespace+"#"+featureCollection.features[i].properties.code);
}}}
into
{{{
identifierAnchor.text(featureCollection.features[i].properties.namespace +
featureCollection.features[i].properties.code);
}}}
and the URL is shown correctly.
--
Ticket URL: <https://trac.osgeo.org/mapbender/ticket/921>
Mapbender <http://www.mapbender.org/>
Mapbender
More information about the Mapbender_dev
mailing list