JavaScript is a prototype-based, object-oriented scripting language that is dynamic, weakly typed and has first-class functions.
0
votes
0answers
2 views
OpenSpace.js Member not found error on IE 8
I am using ordnance survey map as backdrop in IE 8. while pan on the map, it throws 'line 301 Member not found' error at 'b||(a.preventDefault?a.preventDefault():a.returnValue=!1)' in OpenSpace.js. ...
0
votes
0answers
16 views
Add your own data to ArcGIS.com javascript template and host locally?
ArcGIS.com has a basic viewer javascript template where you can create a map using ArcGIS.com and then download the files/template to be hosted locally. I won't be able to upload my data to ...
0
votes
0answers
10 views
ESRI proxy page not working properly + CORS + cross domain scripting
I have setup proxy page , i am using jsp version of proxy page.I have setup server url which will point to my java ,when i load the my page which proxy url set in its html i will work fine only in IE ...
1
vote
0answers
16 views
OpenLayers map breaks at certain zoom level when many popups exist in the map
I'm still learning OpenLayers. I found this weird issue in my OpenLayers map. I create FramedCloud popups and add them to each features.
popup = new OpenLayers.Popup.FramedCloud("popup",
...
0
votes
1answer
35 views
How to rubberband zoom w/o the shift key: arcgis api for javascript
I want to enable the rubberband zoom effect without users having to hold the shift key down. This behavior is found is Esri navigation bar dijit. I don't want to use the dijit.
How can I get a zoom ...
0
votes
2answers
39 views
ArcGIS Javascript Editor - showAttributesOnClick feature
I'm using the Editor dijit to add feature to my map. I was looking at one of the online samples, which mentions a "showAttributesOnClick" setting in the description. When I look at the code in that ...
1
vote
0answers
13 views
Openlayers and Google Maps Api aren't work on Android Platform
I have application that uses OpenLayers, Google Maps Api and Geoserver
My application is running at Web browser and when I try to run at Android tablet (using Phonegap), It runs but openlayers ...
0
votes
1answer
29 views
Request WFS from GeoServer with Jquery AJAX using INTERSECT cql_filter error
I am having difficulty troubleshooting this issue and would appreciate some ideas. Thanks in advance!
I am trying to make an AJAX request from a Leaflet map with Jquery to GeoServer to return a WFS ...
0
votes
0answers
10 views
saveStrategy and OpenLayers
I am trying to apply code mainly from here http://maps.peterrobins.co.uk/files/ol6.html and create a custom "saving button". Problem is, that my json is loaded (from mysql db) to variable. (This time ...
1
vote
0answers
15 views
Recommended way to use a setting file to initialize OpenLayers
I am new to OpenLayers. I am trying to figure out what is the best way to have a configuration file for the map I am creating.
For example, I am creating a map with the following style :
var ...
1
vote
0answers
19 views
Create Materialized View to Flatten ArcGIS JavaScript API Database
I'm doing a project using ArcGIS JavaScript API v3.5 hosted on ArcServer v10.1. While reading the question below, remember that I do not have control over the datasource and cannot just create a ...
0
votes
0answers
20 views
How to convert Shapefile to TopoJSON with grouping neighbor shapes by some criteria
I have a shapefile with countries, which I convert to GeoJSON using ogr2ogr and then converting that json to another TopoJSON, using topojson command-line tool.
Everything works like charm, but now I ...
0
votes
1answer
30 views
OpenLayers vector does not draw (or re-draw) on zoom level change or layerswitcher off/on
Here is the full code (i'll highlight the important parts after):
jQuery(document).ready(function($) {
// ...
0
votes
0answers
47 views
Help me convert this US Lambert Conformal Conic Google Maps Projection to Australia
Following on from this question: Identify what projection this Australian map uses? <- this is the sort of map i want to load in
I need help changing the bits necessary in this example of Lambert ...
1
vote
0answers
22 views
Can I use leaflet to access a WMS service published as an OpenLayers javascript API?
I would like to add this layer to a site I'm working on that uses leaflet:
http://116.240.195.134/vicmapapi/UserGuide.jsp
The API itself is a javascript file based on OpenLayers: ...