removed parameters for OSM type since it's already at OsmPlugin page [markdown]
parent
08ca5eb244
commit
5eefe59c12
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@ see: Parameters on the [[PostGIS]] page.
|
|||
|
||||
* Additional parameters for type *osm*
|
||||
see [[OsmPlugin]]
|
||||
* *url*: URL from which to load the OSM data. The *bbox* parameter must also be specified. This is not the full URL, just the base. For example _http://127.0.0.1:8800/tiledata_
|
||||
* *bbox*: The bounding-box parameter to be added to the URL. There's no defined format for this, but whatever is included in this value will be appended to the URL after a '?bbox='. So if *bbox* is *115.136719,-31.802893,116.894531,-33.284620* and URL is _http://127.0.0.1:8800/tiledata_ then the full URL used will be _http://127.0.0.1:8800/tiledata?bbox=115.136719,-31.802893,116.894531,-33.284620_. Both *url* and *bbox* must be specified to use a URL.
|
||||
----
|
||||
|
||||
## Rule
|
||||
|
|
Loading…
Reference in a new issue