Server Calls¶
Server calls are calls made by your server to planviewer.nl.
Note
When a call is made and a 403 http return code is returned, two things are possible: You are not using the right keys/secret combination or you connect to https://planvierwer.nl instead of https:www.planvier.nl
- Application
- Viewers
- Layers
- List the layers in a viewer
- Sort the layers in a viewer
- Create a new layer for a viewer
- Upload a new vector layer for a viewer
- Get a layer’s details
- Update a layer’s details
- Add banner to layer Info Block
- Delete banner to layer Info Block
- Delete a layer
- Get the feature data for a vector layer
- Upload the SLD for a vector layer
- Remove the SLD for a vector layer
- Check if a vector layer SLD exists
- Get the legend for a layer
- Add feature info and a geometry to a vector layer
- List all properties and geometry of a vector layer
- Remove properties and geometry of a vector layer
- Update properties and the geometry of a vector layer
- Import a shapefile to vector layer
- Status imported Shapefile
- Import a file to imrogml layer
- Field mappings
General¶
Create a Planviewer API access key, and for all requests in this section provide the user and password as HTTP basic auth parameters. For more information on this read the general API Access Keys section.