0
votes
0answers
3 views

map.getLonLatFromPixel(evt.xy) throwing NULL

I am working on a web-app using jquery mobile and openlayers api. code: var lonlat=map.getLonLatFromPixel(evt.xy); alert(lonlat); by using this method i am getting latlong values on desktop but on ...
0
votes
1answer
25 views

jquery mobile “taphold” on map

I am creating a web-based app using jquery mobile, based on openlayers API. I am having trouble with firing "taphold" event on map. Can you tell me how can i fire the taphold event over a map. I have ...
0
votes
0answers
39 views

ApacheSolr OpenLayers Integration

I am new to Solr and Openlayers. But I gone through some tutorials online to get familiar with openlayers and solr. In that process I was successful in getting the openlayers with heatmap of a ...
0
votes
1answer
62 views

JQuery Mobile: Trouble with page initialization events

I'm having a few issues initializing events on my JQuery Mobile site and I just want to see if I'm going about it the right way. Here is what my code kinda looks like: <!DOCTYPE html> ...
3
votes
3answers
385 views

PhoneGap with Openlayers: popup which to redirect to another page get a error Uncaught ReferenceError: $ is not defined

I have a PhoneGap application use Openlayers to show local map. I use a popup to show information of location which appeared before by a marker. I append a link into this popup to redirect to another ...
0
votes
1answer
91 views

JQuery: OpenLayers map fails to load after onlclick method

I have an OpenLayers map on my JQM site which is failing to load properly. I'm convinced it's down to the onclick() method but I'm not too sure on any other ways around it. I've looked at the .click() ...
0
votes
1answer
129 views

JQM/openlayers Navbar selection with Samsung Android devices

I have a jquery-mobile/phonegap app that uses openlayers for mapping. On pages that use a map, see image below, I have a problem selecting the footer menu. If, for example, I select Home, the ...
0
votes
1answer
470 views

Openlayers + Require.js + Backbone.js + jQueryMobile -> Tiles not loading

I have set up a project that uses require.js, backbone.js, openlayers (mobile single file build) and jquery mobile. Now I have some issues displaying the map correctly, because no tiles are loading. I ...
0
votes
1answer
198 views

How do i get the Jquery Mobile popup to position over the marker when I open it using Openlayers?

Below is my code. I cleaned up and modified the addMarkers function, so i know that it is not going to work in this example but just wanted to shorten it down to show what I was doing. I am having ...
0
votes
0answers
128 views

How to implement “taphold” on an openlayers map

I have an OpenLayers map with tracking data superimposed on it, and I am adding mobile compatibility. I would like to allow the user to continue to pan the map by dragging it, but when the user taps ...
0
votes
1answer
105 views

How to add annotations using OpenLayers mobile?

I am using Jquery mobile along with OpenLayers mobile. I want to give users the ability to draw features like lines and polygons. I would also like to give them the ability to "write" an annotation ...
0
votes
0answers
22 views

Difference between “sprinters layer” and “vector layer”?

I am using OpenLayers Jquery mobile example as given below. I am unable to understand what is Sprinters layer? How it is different from vector layer? ...
0
votes
0answers
166 views

How to avoid footer zoom issue using Jquery Mobile OpenLayer example

I am using below Jquery Mobile example of Open Layers - http://openlayers.org/dev/examples/mobile-jq.html#mappage When I zoom the map, the buttons are also zoomed which looks very odd and it becomes ...
0
votes
1answer
197 views

OpenLayers - clear 'map' div

I am using OpenLayers to display dynamically loaded images. The code I am using is: var map; function init(strURL) { map = new OpenLayers.Map('map'); var options = { ...
0
votes
1answer
388 views

Openlayers tiles not loading in PhoneGap app - jQuery Mobile conflict?

As part of my first PhoneGap app, I need to load up an OpenLayers map (ultimately using my own local custom tiles, but for the moment, I'm just testing with online ones, modding the standard ...

1 2
15 30 50 per page