Tagged Questions
0
votes
0answers
68 views
OpenLayers map not showing on my JQuery Mobile site
I have an OpenLayers map which is suppose to be made using variables from a PHP array once a button is clicked on my JQuery Mobile site. For some reason however, it is not showing on my page when I ...
2
votes
1answer
110 views
call child div function from parent (not using window.opener)
This is a a Javascript/JQuery question that is directly related to the ArcGIS Javascript API...
I have a map div created using a 'data' tag in HTML, which becomes visible on a button click.
(I'll ...
1
vote
1answer
54 views
How do I create a basic image layer as a base layer in OpenLayers?
I'm trying to create a map using OpenLayers which uses a png image as a base layer but I'm having a bit of trouble. I'm not too familiar with OpenLayers as I have only come across it today and thought ...
1
vote
2answers
51 views
accesing openlayers.map in index.html
I am developing an app using opentripplanner. It creates an openlayer map in map.js. I want to access this map in index.html so i can set it's center. Kindly help me out.
0
votes
1answer
50 views
infotemplate getting cutoff on top or bottom of screen
in my app, i display few points across the map. these points have infotemplate with details in them and sometimes are quite large (around 350px height) if they have alot of information associated with ...
3
votes
1answer
223 views
How to embed ESRI maps on my website
I've got a website where I'd like to insert maps with some placemarks (restaurants, points of interest, ...). I'm tired of Google Maps and like to use ESRI basemaps. Is it possible to do this?
I'd ...
2
votes
2answers
304 views
Convert dijit.TitlePane to dijit.form.ToggleButton
I have an app that I'm building using the javascript API and have created 3 titlepanes in the header that open up to reveal information (basemap gallery, legend, layers). It functions exactly how I ...
0
votes
0answers
384 views
how to create the perfect driving directions points using php and mysql [closed]
//
var directionDisplay;
var directionsService = new google.maps.DirectionsService();
var map;
var side_bar_html = "";
var gmarkers = [];
function load() {
...
4
votes
2answers
3k views
How do you get the coordinates from a click or drag event in the Google Maps API V3?
I have made a Google Version 3 Geocoder , I want to be able to pick up the coordinates of the marker when it is dragged or clicked. Below is my code:
<!DOCTYPE html>
<html>
<head>
...
0
votes
0answers
164 views
Problem with callback function of google distance matrix api
I am getting problem with google distance matrix api. I want to use google distance matrix api to calculate distance between various origin and destination places. The google is only allowing 25 place ...
1
vote
1answer
405 views
Unproject Radius with Openlayers with CRS:84 Projection
I have made a Openlayers integrated map that lets you draw a circle, On completion of the circle I have told the map to give me , Bounds, Center Long and Lats, and lastly the radius. My problem is ...
3
votes
1answer
920 views
How to display Radius after Resizing a Feature in Openlayers
@captDragon has helped me with calling the coordinates of a polygon after I have resized or dragged the feature. Ineed the radius now, i have done a radius alert on my other map,Which works correctly, ...
2
votes
1answer
857 views
Openlayers get coordinates from polygon
please could someone help me and bless me with an example of how to get coordinates from a polygon in OpenLayers?
12
votes
4answers
2k views
Which framework is best to implement an application robustly, using ArcGIS Server JS API?
Over on the Esri forum, user Matt Moyles suggested that the approach used in the Esri JS samples isn't suitable for robust development of a web mapping application using HTML, JavaScript and CSS:
...
1
vote
4answers
870 views
Map in an iFrame - open hyperlink from infoWindow in the calling page
I've got a Google Map being served inside an iFrame on a page (eg xxx.com/PageWithMap.html)
The code for the Google map sits on another domain (eg yyy.com/MapCode.html)
So it looks like this on ...
4
votes
0answers
263 views
Why do ArcGIS Desktop 10 HTML popups give JavaScript/HTML Error?
Using ArcMap 10 Desktop HTML Popups.
The issue I am having is that the html < select > elements aren't working - you can select it and use the arrow keys to navigate through(up/down) the list but ...
1
vote
1answer
762 views
Invalid filter when using MapServer as a WFS
I'm trying to use Openlayers and Mapserver to display a shapefile. My HTML file is as follows:
<html>
<head>
<title>OpenLayers Example</title>
<script ...
2
votes
2answers
1k views
Querying MapServer using WFS functionality
I'm trying to display a shapefile using OpenLayers and Mapserver. Instead of overlaying it as a png, I want to return a vector, in this case a KML file. My HTML file (located in the same folder as ...
10
votes
3answers
316 views
What's a good library for displaying many small maps on a web page
I would like to create a visualization on the web similar to the following:
http://namemapper.babynamewizard.com/namemapper/
Are there any good libraries for doing this? Is OpenLayers light-weight ...
17
votes
6answers
1k views
What embeddable web-based maps exist?
Some of the ones I'm familiar with (in no particular order):
Google Maps (http://code.google.com/apis/maps/index.html)
Bing Maps (http://www.microsoft.com/maps/developers/)
Yahoo Maps ...

