server side marker clustering in django
hi i am creating a mashup in django and google maps and i am wondering if there is a way of clustering markers on the server side using django/python. ...
hi i am creating a mashup in django and google maps and i am wondering if there is a way of clustering markers on the server side using django/python. ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google Maps JavaScript API Example: Simple Streetview Examp...
if im loading data for the markers from a database do i write the output queried from the db into a javascript file or is there a cleaner way of doing it? thanks ...
I pretty consistently get GMaps API javascript exceptions that look like the following: Ve.k is null or not an object (FF & IE) b.k is null or not an object (FF & IE) a is null (FF) a.$e is undefined (FF) Uncaught TypeError: Cannot read property 'k' of undefined (chrome) Often the exception occurs during an eval of some expression in...
Hi, it is a quick question that I was hoping someone with a bit more Javascript experience than myself could help me nut out. Basically I am writing a simple HTML form that uses a google map, but to reduce the ammount of clutter on the screen I have removed the google interface and replaced it with some simple submit buttons to change th...
Hi all, Is there any way to capture the image of a Google Map? I can't use the static map because I have my own polylines in the map and I want them in the "screenshot". Basically I want a user to navigate the map, add some polylines, and when he clicks Save I'm saving the lines, coordinates, zoom, but I would also like to have an imag...
In Google Maps Street View your cursor turns into a rectangular/oval shape as you mouse over different parts of the scene. For example: http://maps.google.com/?q=loc:+Maryland+Ave+at+e.+26th+st+Baltimore+MD+US&ie=UTF8&z=16&iwloc=A&layer=c&cbll=39.319313,-76.618426&panoid=6W2XgkHoGuf6_SKv0LIL9Q&cbp=12,307.06,,...
Hi guys, I'm still working on my google maps application. However clustering on the server end works but at the same time its quite slow and at times if I'm zooming out too much and playing around with the panning my browser stalls. There is only so much that I can choose to hide using clusters. EDIT I'm thinking of using mapplets in...
Hi I am having issues inserting a map from google maps and using the send framework. My issue is similar to Question 921811 However when adding the script to my view I am getting the googlemaps api in twice and no map being rendered by the view. This is what I am adding to the view script <?php $this->headScript()->appendFile('http...
When placing a google map inside a jquery-ui tab, the map fails to display properly in certain circumstances. To reproduce: Go here Click the 'list' link Resize the browser window Click the 'map' link Observe that some of the place name overlays draw properly, but others do not. I've actually stripped out all of the jquery-ui stuff t...
Im trying to create a "search nearby" shops on iphone, but i can not find any solution on how to get the data from Gdata Libraries. http://code.google.com/p/gdata-objectivec-client/ They only support the following Google services provides a Google data API, but not google maps?! Google Base Blogger Book Search Calendar Code Search Co...
any example on using google map v3 with gwt1.6.4 through jsni ? ...
I am the owner of a project that uses open source maps for an iPhone 2.0 app. My team and I are debating whether to upgrade to the iPhone 3.0 expose Map APIs, but I suspect that Google and Apple have put restrictions in just the wrong places. What barriers are out there? ...
I'm using the google geocoding service to validate that a city name (plus region and country) that has been entered in our system exists, and to get the lat/long. However, I'm finding that it seems to 'guess' if you make a typo, and returns an response even if you made an error. For instance, a request for "Beverton, Ontario, Canada"...
Are there any contextual menus available for Google Maps v3? ...
I'm writing a wicket project for a social network.In my project i have authentication so when a user enter address of the home page he is redirected to login page in this way: public class MyApplication extends WebApplication { private Folder uploadFolder = null; @Override public Class getHomePage() { return UserHo...
I am trying to optimize the usage of the google mas API and have come to an interesting cunundrum. To give greater feed back to the user I am opening the info window using: marker.openInfoWindowHtml(//loader code//) when the user click on the marker. I am loading the infoWindow content via AJAX so after the initial open of the wind...
Hi, I'm integrating a Google Map in my website that user could add some thumbnails and details of their own house. Here's a code preview of what I want to happen. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Jquery and Google Map // ...
I know I can do it with the Google Maps API, but do you know if there is a way to change the marker in an embedded Google Map? I want to replace the default "A" button for a "B" button (http://is.gd/1JLxk) or the one with just a dot in the middle (http://is.gd/1JLvH). Thanks in advance! ...
Hello everyone, I am trying to get the infoWindow to display in just the right place on a Google Maps integration I'm working on (just above the top right/top left corner of an image). Whenever I try to adjust the "infoWindowAnchor" it doesn't seem to be working? However, the "iconAnchor" seems to be working as expected. I am wondering ...