-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update 'dantsu/php-osm-static-api' to v0.4
- Loading branch information
Franck ALARY
committed
Nov 2, 2022
1 parent
04995b5
commit 9366df3
Showing
22 changed files
with
264 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
117 changes: 0 additions & 117 deletions
117
docs/classes/DantSu/FrenchCadastralMapStaticAPI/FrenchCadastralMap.md
This file was deleted.
Oops, something went wrong.
109 changes: 109 additions & 0 deletions
109
docs/classes/DantSu/FrenchCadastralMapStaticAPI/FrenchCadastralTileLayer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
|
||
# FrenchCadastralTileLayer | ||
|
||
DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer define french cadastral tile server and related configuration | ||
|
||
|
||
|
||
* Full name: `\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer` | ||
* Parent class: [TileLayer](../../../classes.md) | ||
|
||
**See Also:** | ||
|
||
* https://github.com/DantSu/php-french-cadastral-map-static-api - Github page of this project | ||
|
||
|
||
|
||
## Constants | ||
|
||
| Constant | Value | | ||
|:--- |:--- | | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_AMORCES_CAD`|'AMORCES_CAD'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_CADASTRAL_PARCEL`|'CP.CadastralParcel'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_SUBFISCAL`|'SUBFISCAL'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_CLOTURE`|'CLOTURE'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_DETAIL_TOPO`|'DETAIL_TOPO'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_HYDRO`|'HYDRO'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_BUILDING`|'BU.Building'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_BORNE_REPERE`|'BORNE_REPERE'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_VOIE_COMMUNICATION`|'VOIE_COMMUNICATION'| | ||
|`\DantSu\FrenchCadastralMapStaticAPI\FrenchCadastralTileLayer::LAYER_LIEUDIT`|'LIEUDIT'| | ||
|
||
## Methods | ||
|
||
- [__construct](#-__construct) | ||
- [getTileUrl](#-gettileurl) | ||
- [getAttributionText](#-getattributiontext) | ||
|
||
### ->__construct | ||
|
||
CadastralTileLayer constructor | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#### Parameters: | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `insee` | **int** | Code insee of the city | | ||
| `cadastralLayers` | **string[]** | Array of cadastral layers. Use constants `FrenchCadastralTileLayer::LAYER_...` | | ||
|
||
|
||
|
||
|
||
--- | ||
### ->getTileUrl | ||
|
||
Get tile url for coordinates and zoom level | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#### Parameters: | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `x` | **int** | x coordinate | | ||
| `y` | **int** | y coordinate | | ||
| `z` | **int** | zoom level | | ||
|
||
|
||
#### Return Value: | ||
|
||
**string** : tile url | ||
|
||
|
||
|
||
--- | ||
### ->getAttributionText | ||
|
||
Get attribution text | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#### Return Value: | ||
|
||
**string** : Attribution text | ||
|
||
|
||
|
||
--- | ||
|
||
|
||
--- | ||
> Automatically generated from source code comments on 2022-11-02 using [phpDocumentor](http://www.phpdoc.org/) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.