Openstreetmap API Changesets class for the Joomla Platform
- Depuis
- 3.2.0
- Obsolète:
- 4.0 Use the
joomla/openstreetmap
package via Composer instead
◆ closeChangeset()
Method to close a changeset
- Paramètres
-
integer | $id | identifier of the changeset |
- Renvoie
- void
- Depuis
- 3.2.0
Références $base, $id, $parameters, et $path.
◆ createChangeset()
createChangeset |
( |
|
$changesets = array() | ) |
|
Method to create a changeset
- Paramètres
-
array | $changesets | Array which contains changeset data |
- Renvoie
- array The XML response
- Depuis
- 3.2.0
Références $base, $key, $parameters, $path, et $value.
◆ diffUploadChangeset()
diffUploadChangeset |
( |
|
$xml, |
|
|
|
$id |
|
) |
| |
Method to upload a diff to a changeset
- Paramètres
-
string | $xml | Diff data to upload |
integer | $id | Identifier of the changeset |
- Renvoie
- array The XML response of result
- Depuis
- 3.2.0
Références $base, $id, $parameters, et $path.
◆ downloadChangeset()
Method to download a changeset
- Paramètres
-
integer | $id | Identifier of the changeset |
- Renvoie
- array The XML response of requested changeset
- Depuis
- 3.2.0
Références $base, $id, et $path.
◆ expandBBoxChangeset()
expandBBoxChangeset |
( |
|
$id, |
|
|
|
$nodes |
|
) |
| |
Method to expand the bounding box of a changeset
- Paramètres
-
integer | $id | Identifier of the changeset |
array | $nodes | List of lat lon about nodes |
- Renvoie
- array The XML response of changed changeset
- Depuis
- 3.2.0
Références $base, $id, $parameters, et $path.
◆ queryChangeset()
Method to query on changesets
- Paramètres
-
string | $param | Parameters for query |
- Renvoie
- array The XML response
- Depuis
- 3.2.0
Références $base, $param, et $path.
◆ readChangeset()
Method to read a changeset
- Paramètres
-
integer | $id | identifier of the changeset |
- Renvoie
- array The XML response about a changeset
- Depuis
- 3.2.0
Références $base, $id, et $path.
◆ updateChangeset()
updateChangeset |
( |
|
$id, |
|
|
|
$tags = array() |
|
) |
| |
Method to update a changeset
- Paramètres
-
integer | $id | Identifier of the changeset |
array | $tags | Array of tags to update |
- Renvoie
- array The XML response of updated changeset
- Depuis
- 3.2.0
Références $base, $id, $key, $parameters, $path, et $value.
La documentation de cette classe a été générée à partir du fichier suivant :