My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Jul 22, 2009
    issue 21 (Click marker moves mapcenter to just below the marker instea...) reported by aim24mail   -   What steps will reproduce the problem? 1. click marker What is the expected output? What do you see instead? expected: map moves with the marker as center. instead: map moves to just below the marker (marker is out of view). What version of the product are you using? On what operating system? r72
    What steps will reproduce the problem? 1. click marker What is the expected output? What do you see instead? expected: map moves with the marker as center. instead: map moves to just below the marker (marker is out of view). What version of the product are you using? On what operating system? r72
  • Jun 23, 2009
    issue 9 (jMaps initialization and directions search issues) commented on by mehlahmam   -   I have exactly the same problem than GregGould1000 The map never renders properly. Some parts are greyed out (always at right). Also, map is not centered on the coordinates... I'm using r-72 Have you an idea ?
    I have exactly the same problem than GregGould1000 The map never renders properly. Some parts are greyed out (always at right). Also, map is not centered on the coordinates... I'm using r-72 Have you an idea ?
  • Apr 28, 2009
    issue 20 (custom search) reported by creativearchive.jf   -   Hi, i try to search an address like "neuwerk 7, halle" witch doesn't work in your example. but how get it work like on http://code.google.com/intl/de-DE/apis/maps/documentation/examples/geocoding-simple.html thanks
    Hi, i try to search an address like "neuwerk 7, halle" witch doesn't work in your example. but how get it work like on http://code.google.com/intl/de-DE/apis/maps/documentation/examples/geocoding-simple.html thanks
  • Apr 01, 2009
    issue 19 (doesn't show the mep) commented on by Ivan.Okhin   -   the problem solved. I forgot to link css. Sorry
    the problem solved. I forgot to link css. Sorry
  • Apr 01, 2009
    issue 19 (doesn't show the mep) reported by Ivan.Okhin   -   I copied the code exactly as in example, and the map doesn't show up. Only the controls show up. I have no clue why. I replaced the google key with the one generated for my site, and replaced all paths with mine. http://co.net/colleges/isc/map.html
    I copied the code exactly as in example, and the map doesn't show up. Only the controls show up. I have no clue why. I replaced the google key with the one generated for my site, and replaced all paths with mine. http://co.net/colleges/isc/map.html
  • Mar 16, 2009
    issue 18 (Microsoft JScript runtime error: Mapifies Function Does Not ...) reported by mcornetto   -   This seems to be happening on the include file on both Firefox and IE whether or not I call anything in jmaps. Using the newest version of both jquery and jmaps. Mapifies object seems to be there in debug but throwing this error. catch(E){throw Error("Mapifies Function Does Not Exist") E description 'undefined' is null or not an object
    This seems to be happening on the include file on both Firefox and IE whether or not I call anything in jmaps. Using the newest version of both jquery and jmaps. Mapifies object seems to be there in debug but throwing this error. catch(E){throw Error("Mapifies Function Does Not Exist") E description 'undefined' is null or not an object
  • Mar 06, 2009
    issue 9 (jMaps initialization and directions search issues) commented on by GregGould1000   -   You have to supply Long/Lat coordinates when you initialize the map. var streetMapCenter = [43.65782835796165, -70.26037931442261]; jQuery('#map1') .jmap('init', {'mapType':G_NORMAL_MAP , 'mapCenter':streetMapCenter})
    You have to supply Long/Lat coordinates when you initialize the map. var streetMapCenter = [43.65782835796165, -70.26037931442261]; jQuery('#map1') .jmap('init', {'mapType':G_NORMAL_MAP , 'mapCenter':streetMapCenter})
  • Mar 06, 2009
    issue 9 (jMaps initialization and directions search issues) commented on by anuvenkatesh   -   I'm still getting the above mentioned error. Whenever i search for directions, I get the 'unknown error occurred' err msg. I followed your example as it is in the mapifies site for the directions search. What should be modified to eliminate this error? The code is the same as in: http://map.ifies.org/examples/google/Google.Address.SearchDirections.html Your help is greatly appreciated. Thanks for your time Anu
    I'm still getting the above mentioned error. Whenever i search for directions, I get the 'unknown error occurred' err msg. I followed your example as it is in the mapifies site for the directions search. What should be modified to eliminate this error? The code is the same as in: http://map.ifies.org/examples/google/Google.Address.SearchDirections.html Your help is greatly appreciated. Thanks for your time Anu
  • Feb 25, 2009
    issue 17 (AddFeed Not working on IE6) reported by gra...@bluejam.com   -   Anyone else have issues with IE6 ? Map shows fine and shows a feed from kml file when initiated, but when I try adding to map via click. It doesnt add the new kml $('#add-feed1').click(function(){ $('#map_canvas').jmap('AddFeed', { 'feedUrl':'myfeed.kml' }); });
    Anyone else have issues with IE6 ? Map shows fine and shows a feed from kml file when initiated, but when I try adding to map via click. It doesnt add the new kml $('#add-feed1').click(function(){ $('#map_canvas').jmap('AddFeed', { 'feedUrl':'myfeed.kml' }); });
  • Feb 24, 2009
    issue 14 (Problem with Google Maps API key) commented on by tcarnell   -   I get the same "Error: Mapifies Function Does Not Exist" error, this is my code: $("#map").jmap('init'); var coords = {mapCenter:[37.4419, -122.1419]}; $("#" + widgetState.id + "-map").jmap( 'moveTo', coords);
    I get the same "Error: Mapifies Function Does Not Exist" error, this is my code: $("#map").jmap('init'); var coords = {mapCenter:[37.4419, -122.1419]}; $("#" + widgetState.id + "-map").jmap( 'moveTo', coords);
  • Feb 10, 2009
    issue 16 (Error "$ is not a function") reported by schniklas   -   What steps will reproduce the problem? Don't know. I'm using too many scripts inside the html page. What version of the product are you using? On what operating system? jquery.jmap.min-r72, Windows Vista Please provide any additional information below. In line 437 var panel = $(options.panel).get(0); I run into an error "$ is not a function". When using "jQuery" instead, it is running with no error.
    What steps will reproduce the problem? Don't know. I'm using too many scripts inside the html page. What version of the product are you using? On what operating system? jquery.jmap.min-r72, Windows Vista Please provide any additional information below. In line 437 var panel = $(options.panel).get(0); I run into an error "$ is not a function". When using "jQuery" instead, it is running with no error.
  • Feb 09, 2009
    issue 14 (Problem with Google Maps API key) commented on by theshadowx   -   Same error message as previous posters. Error: Mapifies Function Does Not Exist' when calling method $('#gmap_canvas').jmap('init', { 'mapType':'hybrid' ,'mapCenter':[40.019168,-105.269794] ,'mapZoom':17 ,'mapEnableScaleControl':false}); $('#gmap_canvas').jmap('CreateMarkerManager',{'markerManager':'MarkerManager'}); $('#gmap_canvas').jmap('AddMarker',{'pointLatLng':[40.019168,-105.269794]});
    Same error message as previous posters. Error: Mapifies Function Does Not Exist' when calling method $('#gmap_canvas').jmap('init', { 'mapType':'hybrid' ,'mapCenter':[40.019168,-105.269794] ,'mapZoom':17 ,'mapEnableScaleControl':false}); $('#gmap_canvas').jmap('CreateMarkerManager',{'markerManager':'MarkerManager'}); $('#gmap_canvas').jmap('AddMarker',{'pointLatLng':[40.019168,-105.269794]});
  • Jan 16, 2009
    issue 14 (Problem with Google Maps API key) commented on by brewer.nick   -   I am getting the same error as commenter 1. Everything works until I invoke a "MoveTo" on clicking a link, that is when it throws the "Error: Mapifies Function Does Not Exist".
    I am getting the same error as commenter 1. Everything works until I invoke a "MoveTo" on clicking a link, that is when it throws the "Error: Mapifies Function Does Not Exist".
  • Jan 07, 2009
    issue 14 (Problem with Google Maps API key) commented on by GregGould1000   -   It worked last week but today I'm getting the same error. What changed?
    It worked last week but today I'm getting the same error. What changed?

Older

  • Dec 28, 2008
    issue 12 (GBrowserIsCompatible is not defined) commented on by buaziz   -   SOLVED : add ref to google map with your Own API Key <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ENTER_API_KEY_HERE" type="text/javascript"></script>
    SOLVED : add ref to google map with your Own API Key <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ENTER_API_KEY_HERE" type="text/javascript"></script>
  • Dec 18, 2008
    issue 12 (GBrowserIsCompatible is not defined) commented on by bcastelo5   -   Me 2
    Me 2
  • Dec 18, 2008
    issue 12 (GBrowserIsCompatible is not defined) commented on by jhwave   -   I have the same problem
    I have the same problem
  • Dec 16, 2008
    issue 14 (Problem with Google Maps API key) commented on by gtraxxproductor   -   My error in firebug : [Exception... "'Error: Mapifies Function Does Not Exist' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] http://www.piscinesloisirs.web-solution-way.com/js/jquery.jmap.min-r72.js Line 1 Complete : [Exception... "'Error: Mapifies Function Does Not Exist' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] Set()(div#map1.jmap, Object pointOpenHTMLEvent=click pointIsDraggable=false, undefined)jquery.j...in-r72.js (ligne 1) Set()()jquery.j...in-r72.js (ligne 1) nodeName()()jquery-1....6.min.js (ligne 21) filter()()jquery-1....6.min.js (ligne 12) Set()()jquery.j...in-r72.js (ligne 1) (?)()()ou-somme...nous.html (ligne 154) onreadystatechange()()jquery-1....6.min.js (ligne 27) onreadystatechange()()jquery-1....6.min.js (ligne 27) nodeName()(function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); }, function(), undefined)jquery-1....6.min.js (ligne 21) onreadystatechange()()jquery-1....6.min.js (ligne 27) [Break on this error] var Mapifies;if(!Mapifies){Mapifies={}}M...tion Does Not Exist")}}}}}})}})(jQuery);
    My error in firebug : [Exception... "'Error: Mapifies Function Does Not Exist' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] http://www.piscinesloisirs.web-solution-way.com/js/jquery.jmap.min-r72.js Line 1 Complete : [Exception... "'Error: Mapifies Function Does Not Exist' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] Set()(div#map1.jmap, Object pointOpenHTMLEvent=click pointIsDraggable=false, undefined)jquery.j...in-r72.js (ligne 1) Set()()jquery.j...in-r72.js (ligne 1) nodeName()()jquery-1....6.min.js (ligne 21) filter()()jquery-1....6.min.js (ligne 12) Set()()jquery.j...in-r72.js (ligne 1) (?)()()ou-somme...nous.html (ligne 154) onreadystatechange()()jquery-1....6.min.js (ligne 27) onreadystatechange()()jquery-1....6.min.js (ligne 27) nodeName()(function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); },function () { return fn.call(this, jQuery); }, function(), undefined)jquery-1....6.min.js (ligne 21) onreadystatechange()()jquery-1....6.min.js (ligne 27) [Break on this error] var Mapifies;if(!Mapifies){Mapifies={}}M...tion Does Not Exist")}}}}}})}})(jQuery);
  • Dec 16, 2008
    issue 14 (Problem with Google Maps API key) reported by gtraxxproductor   -   Hello, I have a problem with the key googlemap. I get an error message which says it is incorrect off I generate several times for localhost and online site web. error in prompt: La clé Google Maps API utilisée sur ce site Web a été enregistrée pour un autre site. Vous pouvez générer une nouvelle clé pour ce site en vous connectant à http://code.google.com/apis/maps/. error in Div for Map: Your browser does not support Google Maps. I get an error on this site: http://www.piscinesloisirs.web-solution-way.com/ou-sommes-nous.html
    Hello, I have a problem with the key googlemap. I get an error message which says it is incorrect off I generate several times for localhost and online site web. error in prompt: La clé Google Maps API utilisée sur ce site Web a été enregistrée pour un autre site. Vous pouvez générer une nouvelle clé pour ce site en vous connectant à http://code.google.com/apis/maps/. error in Div for Map: Your browser does not support Google Maps. I get an error on this site: http://www.piscinesloisirs.web-solution-way.com/ou-sommes-nous.html
  • Dec 12, 2008
    issue 13 (Documentation regarding SearchDirections has minor bug) reported by tobiaschristensen   -   If you use the function SearchDirections with the option 'local' as described in the documentation, the directions returned will be in US English, regardless of the language requested. The correct option to use is 'locale' (note the added 'e'), which will return directions in the requested language. This was discovered in the documentation on 'http://map.ifies.org/' using 'jquery.jmap.min-r72.js' on the 12th of December 2008.
    If you use the function SearchDirections with the option 'local' as described in the documentation, the directions returned will be in US English, regardless of the language requested. The correct option to use is 'locale' (note the added 'e'), which will return directions in the requested language. This was discovered in the documentation on 'http://map.ifies.org/' using 'jquery.jmap.min-r72.js' on the 12th of December 2008.
  • Dec 11, 2008
    r87 (Changing the default map center to the googleplex) committed by digitalspaghetti   -   Changing the default map center to the googleplex
    Changing the default map center to the googleplex
  • Dec 11, 2008
    r86 (Added ClearMap function to easily clear all overlays, and st...) committed by digitalspaghetti   -   Added ClearMap function to easily clear all overlays, and started work on custom tileset support
    Added ClearMap function to easily clear all overlays, and started work on custom tileset support
  • Dec 11, 2008
    issue 12 (GBrowserIsCompatible is not defined) commented on by william.meleyal   -   +1
    +1
  • Dec 11, 2008
    issue 12 (GBrowserIsCompatible is not defined) commented on by Michael....@aec.at   -   +1
    +1
  • Dec 11, 2008
    issue 12 (GBrowserIsCompatible is not defined) reported by buaziz   -   i am using the latest version as of today and i keep getting this error on FF ERROR: GBrowserIsCompatible is not defined -------- here is my HTML ---------- <script type="text/javascript"> $(document).ready(function() { $('#map').jmap('init', { 'mapType': 'hybrid', 'mapCenter': [37.4419, -122.1419] }); }); </script> <div id='map'> </div>
    i am using the latest version as of today and i keep getting this error on FF ERROR: GBrowserIsCompatible is not defined -------- here is my HTML ---------- <script type="text/javascript"> $(document).ready(function() { $('#map').jmap('init', { 'mapType': 'hybrid', 'mapCenter': [37.4419, -122.1419] }); }); </script> <div id='map'> </div>
  • Dec 09, 2008
    issue 11 (Unable to Get POV Option to Work) changed by digitalspaghetti   -  
    Status: Accepted
    Owner: digitalspaghetti
    Labels: Usability
    Status: Accepted
    Owner: digitalspaghetti
    Labels: Usability
  • Dec 04, 2008
    issue 11 (Unable to Get POV Option to Work) reported by da...@edit.com   -   What steps will reproduce the problem? 1. $('#map').jmap('CreateStreetviewPanorama',{'latlng':myCoord,'pov':{pitch:45}}); What is the expected output? What do you see instead? The street view should be angled upwards, but I get the default pitch of 0. What version of the product are you using? On what operating system? I'm using jpmaps r85 and google maps api 2.x on PC/Firefox. Please provide any additional information below. I could definitely be using this feature incorrectly. Would love a POV example. Also, it looks like there might be an issue in the jmaps source: http://code.google.com/p/jmaps/source/browse/trunk/dist/jquery.jmap.js#1095 new GPov(options.latlng[0],options.latlng[1],options.latlng[2])
    What steps will reproduce the problem? 1. $('#map').jmap('CreateStreetviewPanorama',{'latlng':myCoord,'pov':{pitch:45}}); What is the expected output? What do you see instead? The street view should be angled upwards, but I get the default pitch of 0. What version of the product are you using? On what operating system? I'm using jpmaps r85 and google maps api 2.x on PC/Firefox. Please provide any additional information below. I could definitely be using this feature incorrectly. Would love a POV example. Also, it looks like there might be an issue in the jmaps source: http://code.google.com/p/jmaps/source/browse/trunk/dist/jquery.jmap.js#1095 new GPov(options.latlng[0],options.latlng[1],options.latlng[2])
  • Dec 03, 2008
    r85 (Re-arranged SVN, moved all old code and appengine demo into ...) committed by digitalspaghetti   -   Re-arranged SVN, moved all old code and appengine demo into deprecated folder in tags. Added AppJet demo version to branches
    Re-arranged SVN, moved all old code and appengine demo into deprecated folder in tags. Added AppJet demo version to branches
  • Dec 02, 2008
    r84 (Adding missing files from cli) committed by digitalspaghetti   -   Adding missing files from cli
    Adding missing files from cli
  • Dec 02, 2008
    r83 (Latest version of demo) committed by digitalspaghetti   -   Latest version of demo
    Latest version of demo
  • Dec 01, 2008
    r82 (Moved ip-based geocoding into own handler and improved geoco...) committed by digitalspaghetti   -   Moved ip-based geocoding into own handler and improved geocoding error handling
    Moved ip-based geocoding into own handler and improved geocoding error handling
  • Nov 30, 2008
    r81 (More work on jMaps demos) committed by digitalspaghetti   -   More work on jMaps demos
    More work on jMaps demos
  • Nov 29, 2008
    r80 (Started adding navigator.geocoding support and map stuff) committed by digitalspaghetti   -   Started adding navigator.geocoding support and map stuff
    Started adding navigator.geocoding support and map stuff
  • Nov 29, 2008
    r79 (Initial import of jMaps live demos (appengine application)) committed by digitalspaghetti   -   Initial import of jMaps live demos (appengine application)
    Initial import of jMaps live demos (appengine application)
  • Nov 29, 2008
    r78 (Initial import of jMaps live demos (appengine application)) committed by digitalspaghetti   -   Initial import of jMaps live demos (appengine application)
    Initial import of jMaps live demos (appengine application)
  • Nov 29, 2008
    Versions Wiki page edited by digitalspaghetti
  • Nov 29, 2008
    Versions Wiki page edited by digitalspaghetti
  • Nov 29, 2008
    r75 (Added the copyright functions for creating a new tile layer,...) committed by digitalspaghetti   -   Added the copyright functions for creating a new tile layer, and added the new SetMapType function to accept a google constant for map type.
    Added the copyright functions for creating a new tile layer, and added the new SetMapType function to accept a google constant for map type.
  • Nov 28, 2008
    r74 (Removed GetMapType function for initialisation, and instead ...) committed by digitalspaghetti   -   Removed GetMapType function for initialisation, and instead require the constant of the maptype. Allows support for custom map types
    Removed GetMapType function for initialisation, and instead require the constant of the maptype. Allows support for custom map types
  • Nov 27, 2008
    jquery.jmap.min-r72.js (jMaps r72 Minified) file uploaded by digitalspaghetti   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 27, 2008
    jquery.jmap-r72.js (jMaps r72) file uploaded by digitalspaghetti   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 27, 2008
    Versions Wiki page edited by digitalspaghetti
  • Nov 27, 2008
    r72 (Added Marker Manager code) committed by digitalspaghetti   -   Added Marker Manager code
    Added Marker Manager code
  • Nov 27, 2008
    Versions Wiki page edited by digitalspaghetti
  • Nov 27, 2008
    issue 10 (hide | display googlemaps) Status changed by digitalspaghetti   -   Thanks cyrille, I've added a slightly modified version to the code so you can use it like this: jQuery('#map').jmap('CheckResize'). It comes in handy when doing animates, as per the new demo on http://map.ifies.org - check it out to see.
    Status: Fixed
    Thanks cyrille, I've added a slightly modified version to the code so you can use it like this: jQuery('#map').jmap('CheckResize'). It comes in handy when doing animates, as per the new demo on http://map.ifies.org - check it out to see.
    Status: Fixed
  • Nov 27, 2008
    issue 9 (jMaps initialization and directions search issues) Status changed by digitalspaghetti   -   Hi there, In regards to the query with the coordinates, please email me directly and we can discuss this. I've added the CheckResize function to the code, so you can now call it via jQuery('#map').jmap('CheckResize'); and it will automatically update the map tiles.
    Status: Fixed
    Hi there, In regards to the query with the coordinates, please email me directly and we can discuss this. I've added the CheckResize function to the code, so you can now call it via jQuery('#map').jmap('CheckResize'); and it will automatically update the map tiles.
    Status: Fixed
  • Nov 27, 2008
    Versions Wiki page edited by digitalspaghetti
  • Nov 27, 2008
    jquery.jmap.min-r69.js (jMaps r69 Minified) file uploaded by digitalspaghetti   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 27, 2008
    jquery.jmap-r69.js (jMaps r69) file uploaded by digitalspaghetti   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Nov 27, 2008
    r69 (Added minified version) committed by digitalspaghetti   -   Added minified version
    Added minified version
 
Hosted by Google Code