Closed joeywas closed 7 years ago
We're looking for a good replacement. MapQuest had a nice free map API that let any org get started with SARCAT without too many IT entanglements. We're looking for a good replacement. A good alternative would have
None of the top map APIs: Google, Bing, Here, MapBox, MapZen, etc fit these requirements.
We're looking for a solution. I haven't checked the ESRI map tiles yet or their terms of use. That may work out. We'll keep you posted and thanks for bringing this up!
On Aug 26, 2016, at 6:14 PM, Joseph notifications@github.com wrote:
MapQuest no longer allows direct tile access. This broke maps used in the SARCAT app.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
ESRI's api works as a drop in replacement in the app/settings.json file:
http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
Excellent! We'll add that.
On Aug 29, 2016, at 6:37 PM, Joseph notifications@github.com wrote:
ESRI's api works as a drop in replacement in the app/settings.json file:
http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Is there a topo map end point also?
I found this in their docs: http://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer/tile/4/4/4 This should work.
I'll play around with that. Want me to submit a pull request once I've made the changes?
Great, thanks!
On Aug 30, 2016, at 7:01 PM, Joseph notifications@github.com wrote:
I'll play around with that. Want me to submit a pull request once I've made the changes?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
We accepted PR 8, which fixed this bug. The server demo is updated, and the version on Amazon AWS Marketplace will be updated shortly. Thanks!
MapQuest no longer allows direct tile access. This broke maps used in the SARCAT app.