2
What URL'S does Pyramid need access to for mapping to work?
The Pyramid server (Run-time and Task engine) need access to:
http://dev.virtualearth.net/REST/v1/Locations/ - this is used for Geocoding addresses, only address information is sent.
and
https://*.mapbox.com - for printing purposes.
Each client machines needs access to https://*.mapbox.com
Which is used for rendering purposes. Only manipulated geographic information is sent, no raw data.
1 reply
-
Cool!