Bug 354322 - Request for Custom ArcGIS layers support
Summary: Request for Custom ArcGIS layers support
Status: REPORTED
Alias: None
Product: marble
Classification: Applications
Component: data (show other bugs)
Version: unspecified
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 22:00 UTC by boris.sh.1983+kde.bugzilla
Modified: 2015-10-24 22:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boris.sh.1983+kde.bugzilla 2015-10-24 22:00:44 UTC
Request for Custom ArcGIS layers support 

ArcGIS is used by some governments to provide interactive maps to end users.
The setup is usually consist from a website facing an enduser . 

If implemented I believe a UI option should exist to adjust the server url, the proxy page (if needed) and internal domain, the layerid and agencies value.

A  request example to get bus stops when proxy server is proxyserver.gov a query page is query.php and internal map server is called nationalmap.
the layerid is 123


https://proxyserver.gov/query.php?=http://nationalmap/arcgis/rest/services/AdditionalData/MapServer/export?dynamicLayers=[{"id":123,"name":"bus_stops","source":{"type":"mapLayer","mapLayerId":123},"definitionExpression":"repban(agencies,8127) repbig 0","minScale":25001,"maxScale":0}]&dpi=96&transparent=true&format=png32&layers=show:123&bbox=-104,35.6,-94.32,41&bboxSR=2039&imageSR=2039&size=1008,319&layerDefs=123:repban(agencies,8127) repbig 0&f=image

documentation example : 

http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000wm000000

Reproducible: Always