Skip to content

Commit

Permalink
Merge pull request #19 from melvyn-sopacua/patch-2
Browse files Browse the repository at this point in the history
Change references to non-existent servers
  • Loading branch information
ndkv committed Sep 27, 2017
2 parents 0448148 + c611d4d commit 4ea9c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/services.rst
Expand Up @@ -24,7 +24,7 @@ De services ondersteunen een aantal requests waarmee het mogelijk is om kaartbee

De eigenschappen van een service zijn in de *Capabilities* document beschreven. De ``GetCapabitlies`` request haalt deze als volgt op::

http://geo.data.nl/ogc-service?
http://mygeoserver.example.com/ogc-service?
service=WMS/WFS/WMTS/WCS
request=GetCapabilities

Expand Down Expand Up @@ -476,7 +476,7 @@ De Tiled Web Service geeft toegang tot opgeknipte kaartafbeeldingen (c.q. tegels

::

http://geodata.server.nl/tms/<tms_versie_nummer>/<naam_van_kaart>@<coordinatenstelsel>@<bestandsformaat>/<z>/<x>/<y>.<bestandsfromaat>
http://geoserver.example.com/tms/<tms_versie_nummer>/<naam_van_kaart>@<coordinatenstelsel>@<bestandsformaat>/<z>/<x>/<y>.<bestandsfromaat>

waarbij ``z``, ``x``, ``y`` de coordinaten van een kaartafbeelding zijn. Zie de `OSGeo TMS specificatie <http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification>`_ voor meer informatie.

Expand Down

0 comments on commit 4ea9c5e

Please sign in to comment.