Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

Ordnance Survey Linked Identifier API not returning response for all the IDs

Below IDs where retrieved from 'Ordnance Survey Names' API response when queried based on road name. Ayot Greenway : osgb5000005302549750 Ayot Path : osgb4000000067707648 These are footways and ...
vanibaaz's user avatar
0 votes
1 answer
52 views

Highlighting roads and populated places using Ordnance Survey APIs

I have to implement a functionality where user would be searching for a road or area based on text typed on a text box. Once search result is populated on dropdown and user selects a dropdown option, ...
vanibaaz's user avatar
0 votes
1 answer
467 views

Using event listeners such as Polygons, polylines and point for API query with ArcGIS JS

I recently started working on ArcGIS JS to query with API from another site. I want to get the rasterized outputs by calling the API. It would work the way of EOS's real-time crop analysis. I am ...
user avatar
2 votes
1 answer
371 views

Getting directions using routes in ArcGIS API for JavaScript?

I am creating several routes, these routes represent the public transportation network of a city. Now I want to calculate the best combination to go from a point A to a point B using those routes. ...
dobleUber's user avatar
  • 123
0 votes
1 answer
756 views

Mapquest directions API in ArcGIS javascript webmap application

I'm trying to build a webmap application using the ArcGIS JavaScript API. A functionality I would like to include is driving directions from a current GPS location to a feature in my feature service. ...
jpapageo's user avatar
1 vote
1 answer
685 views

using WebTiledLayer function

Using esri javascript api version 3.8, I am trying to use some cached tiles from our server at http://hexe.er.usgs.gov/ifhp/will/tiles/ using WebTiledLayer. I believe that our tiles are set up as ${...
daniella's user avatar
  • 378