Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TileArcGISRest source #188

Closed
fflyingcat opened this issue Apr 27, 2023 · 1 comment
Closed

Add TileArcGISRest source #188

fflyingcat opened this issue Apr 27, 2023 · 1 comment

Comments

@fflyingcat
Copy link
Contributor

fflyingcat commented Apr 27, 2023

Add new source TileArcGISRest.
Example:
<ol-tile-layer>
<ol-source-tile-arcgis-rest>
:url="https://example/arcgis/rest/services/.../MapServer/export"
:params="{
layers: "show:30,27,24,23,22",
format: 'PNG32',
f: 'image',
dpi: 96,
transparent: true,
bboxSR: 102100,
imageSR: 102100,
size: '1024,1024',
_ts: false
}"
/>
</ol-tile-layer>

@d-koppenhagen
Copy link
Collaborator

closed with #189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants