All Questions
Tagged with php arcgis-maps-sdk-javascript
4 questions
0
votes
0
answers
154
views
ArcGIS map with basemap toggle and simplemarker pointer
I am using ArcGIS map which gives me an error:
Below is my function which i am using to implementing the map on my
application:
function handlerForVariableB (latt, longt, complaintid)
{
// execute ...
2
votes
2
answers
415
views
What is the proper "title" property for the Terrain with Labels Basemap?
EDIT: Actually this posted link ended up helping me quite a bit but don't mark it as duplicate because the problem I had using it stemmed from needing to define the map before defining the ...
1
vote
2
answers
815
views
SQL Server STpointfromText comes from PHP into javascript as garbage
Sorry for the sloppy title.
Here's the scenario - I have a table in SQL Server 2008 R2
It has a geographyColumn, created thusly:
add geographyColumn as geography::STPointFromText('POINT('+convert(...
4
votes
2
answers
6k
views
Using PHP with a web application?
I have been working on creating a web mapping application using ArcServer 10 and the JavaScript API. Recently I was told that queries need to be run using PHP due to prior work by another team. The ...