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

Today

  • 6 hours ago
    issue 162 (Feature request: more init options for ExtStreetViewControl) reported by nianwei   -   I'd like to see more initialize options in the ExtStreetViewControl. I want to use the street view in a popup window(works better with dual monitors) as supplement to my main map window. When I load the page and add the control, I'd like to have more options when init: 1. Map in main window and street view in corner(current); OR, street view in main window and map in corner (new option). 2. corner window collapsed (new option) or expanded (current) at beginning. This helps if the pop window size is small.
    I'd like to see more initialize options in the ExtStreetViewControl. I want to use the street view in a popup window(works better with dual monitors) as supplement to my main map window. When I load the page and add the control, I'd like to have more options when init: 1. Map in main window and street view in corner(current); OR, street view in main window and map in corner (new option). 2. corner window collapsed (new option) or expanded (current) at beginning. This helps if the pop window size is small.

Last 7 days

  • Nov 20, 2009
    issue 161 (beat offsetting(offset) horizontally and not vertically as d...) commented on by zac.zheng1   -   Spelling mistake in title. Please change 'beat' to 'beak'. This bug report is for ExtInfoWindow.
    Spelling mistake in title. Please change 'beat' to 'beak'. This bug report is for ExtInfoWindow.
  • Nov 20, 2009
    issue 161 (beat offsetting(offset) horizontally and not vertically as d...) reported by zac.zheng1   -   What steps will reproduce the problem? 1. Go to http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extinfowindow/examples/cssSkins.html 2. Click on any example markers. e.g. 4 What is the expected output? What do you see instead? Beak to be offset vertically by 18 pixels, as the code is: {beakOffset: 18} Documentation says: beakOffset Number The number of pixels a the beak, or pointer end, of the ExtInfoWindow should be moved up vertically. This is useful when working with an ExtInfoWindow with a border. The default value is 0. What version of the product are you using? On what operating system? trunk on Windows XP sp2 Using browsers: IE 6 Firefox 3.5.5 Please provide any additional information below. See screenshots.
    What steps will reproduce the problem? 1. Go to http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extinfowindow/examples/cssSkins.html 2. Click on any example markers. e.g. 4 What is the expected output? What do you see instead? Beak to be offset vertically by 18 pixels, as the code is: {beakOffset: 18} Documentation says: beakOffset Number The number of pixels a the beak, or pointer end, of the ExtInfoWindow should be moved up vertically. This is useful when working with an ExtInfoWindow with a border. The default value is 0. What version of the product are you using? On what operating system? trunk on Windows XP sp2 Using browsers: IE 6 Firefox 3.5.5 Please provide any additional information below. See screenshots.
  • Nov 17, 2009
    r1156 (Fixed svn:mime-type) committed by wf9a5...@gmail.com   -   Fixed svn:mime-type
    Fixed svn:mime-type
  • Nov 17, 2009
    issue 160 (clearOverlays() breaks extinfowindow) commented on by jgarfi...@earthlink.net   -   Changing this: if (this.map_.getExtInfoWindow() != null) { to this: if (this.map_.getExtInfoWindow() != null && this.container_ != null) { in remove() makes the error go away, but still may not address the underlying issue
    Changing this: if (this.map_.getExtInfoWindow() != null) { to this: if (this.map_.getExtInfoWindow() != null && this.container_ != null) { in remove() makes the error go away, but still may not address the underlying issue
  • Nov 17, 2009
    issue 160 (clearOverlays() breaks extinfowindow) reported by jgarfi...@earthlink.net   -   What steps will reproduce the problem? 1. add two markers each with their own extinfowindow 2. click marker 1, then click marker 2 3. call clearOverlays on map What is the expected output? What do you see instead? Markers and infowindows should go away, but extinfowindow tries to remove() window 1 after it has already been removed, leading to a Javascript error. Try it here: http://devasp.northcarolina.edu/iic/test_suite/customwindow.php Please provide any additional information below. This may cause a memory leak (I'm not sure) because apparently those infowindows, once removed, aren't going anywhere.
    What steps will reproduce the problem? 1. add two markers each with their own extinfowindow 2. click marker 1, then click marker 2 3. call clearOverlays on map What is the expected output? What do you see instead? Markers and infowindows should go away, but extinfowindow tries to remove() window 1 after it has already been removed, leading to a Javascript error. Try it here: http://devasp.northcarolina.edu/iic/test_suite/customwindow.php Please provide any additional information below. This may cause a memory leak (I'm not sure) because apparently those infowindows, once removed, aren't going anywhere.

Last 30 days

  • Nov 13, 2009
    issue 128 (Using MapMarker 1.1 with the lates Maps 2 API produces a "GB...) commented on by riker09   -   I can confirm this bug. Switching to version 1.0 uncompressed with a copyright note from 2007 doesn't help, either. Only using GMarkerManager, which is labeled as deprecated in the Google Maps API, is working, as far as I can tell. Also, I'm getting this error in Safari 4.0.4: TypeError: Result of expression 'e.getMapGridBounds_' [undefined] is not a function.
    I can confirm this bug. Switching to version 1.0 uncompressed with a copyright note from 2007 doesn't help, either. Only using GMarkerManager, which is labeled as deprecated in the Google Maps API, is working, as far as I can tell. Also, I'm getting this error in Safari 4.0.4: TypeError: Result of expression 'e.getMapGridBounds_' [undefined] is not a function.
  • Nov 12, 2009
    r1155 (Mapsicle version 1.0. Incorporates revisions up to 1154) committed by stephend   -   Mapsicle version 1.0. Incorporates revisions up to 1154
    Mapsicle version 1.0. Incorporates revisions up to 1154
  • Nov 12, 2009
    r1154 (Changed Mapsicle constructor (along with docs and examples) ...) committed by stephend   -   Changed Mapsicle constructor (along with docs and examples) to take DOM element rather than id
    Changed Mapsicle constructor (along with docs and examples) to take DOM element rather than id
  • Nov 12, 2009
    r1153 (generate Mapsicle.PageElements from a container) committed by stephend   -   generate Mapsicle.PageElements from a container
    generate Mapsicle.PageElements from a container
  • Nov 10, 2009
    issue 159 (markercluster overlap and problems with 4 and 5-digit number...) reported by ghazel   -   What steps will reproduce the problem? 1. Add 4 or 5 thousand markers with markerclusterer What is the expected output? What do you see instead? Expected output is reasonable, good-looking markers. Instead I see brokenness. Images attached. Lots of general overlapping problems in markers_1.png, and the 5-digit problem in markers_2.png What version of the product are you using? On what operating system? markerclusterer 1.0 Please provide any additional information below.
    What steps will reproduce the problem? 1. Add 4 or 5 thousand markers with markerclusterer What is the expected output? What do you see instead? Expected output is reasonable, good-looking markers. Instead I see brokenness. Images attached. Lots of general overlapping problems in markers_1.png, and the 5-digit problem in markers_2.png What version of the product are you using? On what operating system? markerclusterer 1.0 Please provide any additional information below.
  • Nov 01, 2009
    issue 158 (ExtLargeMapControl Zoom Bar Dragging Issue) reported by stalha17   -   What steps will reproduce the problem? 1.Put the ExtLargeMapControl on map with the initial zoom level of 14. 2.Change the Zoom level by dragging the zoom bar lever. 3. What is the expected output? What do you see instead? Zoom level should change to a new one. But the zoom level sets to the maximum zoom level. What version of the product are you using? On what operating system? I am using the verion 1.2 of ExtLargeMapcontrol with the browser IE8 and operating system Windows Xp. Please provide any additional information below. If I change the zoom level by using "+" and "-" buttons, it works fine. But when I change the zoom level by dragging the lever it sets back to maximum zoom level.
    What steps will reproduce the problem? 1.Put the ExtLargeMapControl on map with the initial zoom level of 14. 2.Change the Zoom level by dragging the zoom bar lever. 3. What is the expected output? What do you see instead? Zoom level should change to a new one. But the zoom level sets to the maximum zoom level. What version of the product are you using? On what operating system? I am using the verion 1.2 of ExtLargeMapcontrol with the browser IE8 and operating system Windows Xp. Please provide any additional information below. If I change the zoom level by using "+" and "-" buttons, it works fine. But when I change the zoom level by dragging the lever it sets back to maximum zoom level.
  • Oct 28, 2009
    r1152 (fix IE8 height issue (again)) committed by stephend   -   fix IE8 height issue (again)
    fix IE8 height issue (again)
  • Oct 27, 2009
    r1151 (optional noPano callback for when streetview imagery not fou...) committed by stephend   -   optional noPano callback for when streetview imagery not found, curtain to show a message covering all of street view
    optional noPano callback for when streetview imagery not found, curtain to show a message covering all of street view
  • Oct 26, 2009
    issue 157 (ExtInfoWindow beak are is not clickable in FireFox 3) reported by aneeshlalga   -   What steps will reproduce the problem? 1. Open ExtInfoWindow example in FF3(http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extinfowindow/examples/cssSkins.html) 2. Click on marker 5. 3. Try to click just below the infowindow. It shows usual cursor icon rather than hand cursor. On clicking there the info window is not closing also. ps:- In IE6, it is working perfectly as expected. What is the expected output? What do you see instead? Hand icon should appear in the beak area other that the beak. And clicking in this area should close the infowindow. Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. Open ExtInfoWindow example in FF3(http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extinfowindow/examples/cssSkins.html) 2. Click on marker 5. 3. Try to click just below the infowindow. It shows usual cursor icon rather than hand cursor. On clicking there the info window is not closing also. ps:- In IE6, it is working perfectly as expected. What is the expected output? What do you see instead? Hand icon should appear in the beak area other that the beak. And clicking in this area should close the infowindow. Please use labels and text to provide additional information.
  • Oct 26, 2009
    r1150 (fixed: target is now set to the direction of requested lat-l...) committed by stephend   -   fixed: target is now set to the direction of requested lat-lng when mapsicle initialized
    fixed: target is now set to the direction of requested lat-lng when mapsicle initialized
  • Oct 26, 2009
    issue 155 (Redundant 'snap shot' icon added to the map after opening a ...) commented on by hillelm   -   Here is an example of the bug when used in a google.visualizaztion.Map. Note: The bug occurs when markers set to open a tool tip are opened.
    Here is an example of the bug when used in a google.visualizaztion.Map. Note: The bug occurs when markers set to open a tool tip are opened.

Earlier this year

  • Oct 16, 2009
    issue 156 (MarkerClusterer, ghost markers) reported by arcnorj   -   What steps will reproduce the problem? 1. Add a few markers, using addMarker, one by one 2. When you have a cluster, click on it or do a zoom 3. The cluster will only show one of the markers 4. When you pan the map, the ghost markers will appear What is the expected output? What do you see instead? Expected output is to see all the markers that forms that cluster, only one is shown instead. What version of the product are you using? On what operating system? Latest dev, Mac OS/X 10.5, Firefox 3.5 & Safari 4.0
    What steps will reproduce the problem? 1. Add a few markers, using addMarker, one by one 2. When you have a cluster, click on it or do a zoom 3. The cluster will only show one of the markers 4. When you pan the map, the ghost markers will appear What is the expected output? What do you see instead? Expected output is to see all the markers that forms that cluster, only one is shown instead. What version of the product are you using? On what operating system? Latest dev, Mac OS/X 10.5, Firefox 3.5 & Safari 4.0
  • Oct 11, 2009
    r1149 (remove static overlays) committed by stephend   -   remove static overlays
    remove static overlays
  • Oct 08, 2009
    r1148 (removed Mapsicle#registerCallback, repack and rebuild docs) committed by stephend   -   removed Mapsicle#registerCallback, repack and rebuild docs
    removed Mapsicle#registerCallback, repack and rebuild docs
  • Oct 08, 2009
    r1147 (change examples to use GEvent.addListener instead of Mapsicl...) committed by stephend   -   change examples to use GEvent.addListener instead of Mapsicle#registerCallback
    change examples to use GEvent.addListener instead of Mapsicle#registerCallback
  • Oct 08, 2009
    r1146 (use GEvent.trigger instead of triggerEvent internally) committed by stephend   -   use GEvent.trigger instead of triggerEvent internally
    use GEvent.trigger instead of triggerEvent internally
  • Oct 08, 2009
    r1145 (use GEvent for Mapsicle events) committed by stephend   -   use GEvent for Mapsicle events
    use GEvent for Mapsicle events
  • Oct 08, 2009
    r1144 (examples fixup) committed by stephend   -   examples fixup
    examples fixup
  • Oct 08, 2009
    r1143 (change class name for example CSS to make it clear it's an e...) committed by stephend   -   change class name for example CSS to make it clear it's an example
    change class name for example CSS to make it clear it's an example
  • Oct 08, 2009
    issue 155 (Redundant 'snap shot' icon added to the map after opening a ...) commented on by wf9a5...@gmail.com   -   Hi Hillelm - I couldn't reproduce it. Could you show me your code?
    Hi Hillelm - I couldn't reproduce it. Could you show me your code?
  • Oct 07, 2009
    r1142 (regenerate docs for Mapsicle) committed by stephend   -   regenerate docs for Mapsicle
    regenerate docs for Mapsicle
  • Oct 07, 2009
    r1141 (packed idiom for selecting version of JS) committed by stephend   -   packed idiom for selecting version of JS
    packed idiom for selecting version of JS
  • Oct 07, 2009
    r1140 (update links to street view man image) committed by stephend   -   update links to street view man image
    update links to street view man image
  • Oct 07, 2009
    r1139 (renamed Mapsicle#endStreetView to close) committed by stephend   -   renamed Mapsicle#endStreetView to close
    renamed Mapsicle#endStreetView to close
  • Oct 07, 2009
    r1138 (rebuild Mapsicle) committed by stephend   -   rebuild Mapsicle
    rebuild Mapsicle
  • Oct 07, 2009
    r1137 (rename SVTrackingOverlay#tracking to getLocation) committed by stephend   -   rename SVTrackingOverlay#tracking to getLocation
    rename SVTrackingOverlay#tracking to getLocation
  • Oct 07, 2009
    r1136 (description of SVLocationParams.marker) committed by stephend   -   description of SVLocationParams.marker
    description of SVLocationParams.marker
  • Oct 07, 2009
    r1135 (rename MapsicleConfig to MapsicleParams) committed by stephend   -   rename MapsicleConfig to MapsicleParams
    rename MapsicleConfig to MapsicleParams
  • Oct 07, 2009
    issue 155 (Redundant 'snap shot' icon added to the map after opening a ...) commented on by wf9a5...@gmail.com   -   >Pamela - Thank you pamela. :-) >Hillelm - Hi, I'm Masashi. Thanks for your report. Could you attach or to link simple sample code? Thank you.
    >Pamela - Thank you pamela. :-) >Hillelm - Hi, I'm Masashi. Thanks for your report. Could you attach or to link simple sample code? Thank you.
  • Oct 07, 2009
    issue 155 (Redundant 'snap shot' icon added to the map after opening a ...) changed by pamela.fox   -   CCing Mashashi to look at. Can you attach simple sample code to replicate?
    Owner: wf9a5m75
    Labels: Class-SnapshotControl Type-Defect
    CCing Mashashi to look at. Can you attach simple sample code to replicate?
    Owner: wf9a5m75
    Labels: Class-SnapshotControl Type-Defect
  • Oct 07, 2009
    issue 155 (Redundant 'snap shot' icon added to the map after opening a ...) reported by hillelm   -   1) Add the snap shot control to a map. 2) Click on one of the markers in the map 3) a tooltip is opened 4) Bug - A "snap shot" icon is added to the map's top left corner. Expected - no icon should be added to the map. Fails with both: 1) {'hidden': true} 2) snapshotcontrol.hide()
    1) Add the snap shot control to a map. 2) Click on one of the markers in the map 3) a tooltip is opened 4) Bug - A "snap shot" icon is added to the map's top left corner. Expected - no icon should be added to the map. Fails with both: 1) {'hidden': true} 2) snapshotcontrol.hide()
  • Oct 06, 2009
    issue 151 (Too much recursion JS error) commented on by pe...@mightytofu.com   -   This has something to do with this function: ExtInfoWindow.prototype.repositionMap_ There is something wrong with height which will cause infinite recursion with repositioning the map.
    This has something to do with this function: ExtInfoWindow.prototype.repositionMap_ There is something wrong with height which will cause infinite recursion with repositioning the map.
  • Oct 04, 2009
    issue 154 (the 'local datastore viewer' does not display properites of ...) Status changed by pamela.fox   -   How is this related to the Maps API?
    Status: NeedsMoreInfo
    How is this related to the Maps API?
    Status: NeedsMoreInfo
  • Oct 04, 2009
    issue 154 (the 'local datastore viewer' does not display properites of ...) reported by Thomas.Marz   -   Hi Google, the 'local datastore viewer' does not display properites of tye 'Text' (while the one running in hosted mode does). please add the feature to the local datastore viewer best Thomas
    Hi Google, the 'local datastore viewer' does not display properites of tye 'Text' (while the one running in hosted mode does). please add the feature to the local datastore viewer best Thomas
  • Sep 29, 2009
    r1134 (rebuild Mapsicle) committed by stephend   -   rebuild Mapsicle
    rebuild Mapsicle
  • Sep 29, 2009
    r1133 (fixed css url) committed by cameron.d.prebble   -   fixed css url
    fixed css url
  • Sep 29, 2009
    r1132 (rebuild Mapsicle) committed by stephend   -   rebuild Mapsicle
    rebuild Mapsicle
  • Sep 23, 2009
    r1131 (Mapsicle Temp fix for chrome) committed by cameron.d.prebble   -   Mapsicle Temp fix for chrome
    Mapsicle Temp fix for chrome
  • Sep 22, 2009
    r1130 ( 1. Updated More...Button of Extmaptypecontrol with webcams ...) committed by wolfpil   -   1. Updated More...Button of Extmaptypecontrol with webcams layer. 2. Made the code for More..Button shorter and easier: Skipped the methods checkMouseLeave and containsDOM. Corrected also the button shadow colors for on/off style. 3. Changed version of control from 1.4 to 1.5. M src/extmaptypecontrol_packed.js M src/extmaptypecontrol.js M examples/custommaptypes.html M examples/with-menuMapTypeControl.html M examples/extmaptypecontrol.html M examples/with-hierarchicalMapTypeControl.html M examples/savebuttonsexample.html M examples/trafficexample.html M examples/morebuttonexample.html M examples/with-setUIToDefault.html
    1. Updated More...Button of Extmaptypecontrol with webcams layer. 2. Made the code for More..Button shorter and easier: Skipped the methods checkMouseLeave and containsDOM. Corrected also the button shadow colors for on/off style. 3. Changed version of control from 1.4 to 1.5. M src/extmaptypecontrol_packed.js M src/extmaptypecontrol.js M examples/custommaptypes.html M examples/with-menuMapTypeControl.html M examples/extmaptypecontrol.html M examples/with-hierarchicalMapTypeControl.html M examples/savebuttonsexample.html M examples/trafficexample.html M examples/morebuttonexample.html M examples/with-setUIToDefault.html
  • Sep 19, 2009
    r1129 (Remove private functions : getElementStyle_ and getOffsetPos...) committed by wf9a5...@gmail.com   -   Remove private functions : getElementStyle_ and getOffsetPosition_.
    Remove private functions : getElementStyle_ and getOffsetPosition_.
  • Sep 19, 2009
    r1128 (The ExtStreetviewControl was created start all over again.) committed by wf9a5...@gmail.com   -   The ExtStreetviewControl was created start all over again.
    The ExtStreetviewControl was created start all over again.
  • Sep 19, 2009
    issue 153 (bug with openInfoWindowHtml) reported by f_pellet...@yahoo.com   -   What steps will reproduce the problem? 1.When there is more a map by frame, the "openWindowHtml" function functions only one ! 2. 3. What is the expected output? What do you see instead? Look at http://www.gmapfp.francejoomla.net/index.php/demo-gmapfp-affichage-de-marqueurs-avec-le-plugin. The map 2 it's ok, and the map 1 is not ok. Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1.When there is more a map by frame, the "openWindowHtml" function functions only one ! 2. 3. What is the expected output? What do you see instead? Look at http://www.gmapfp.francejoomla.net/index.php/demo-gmapfp-affichage-de-marqueurs-avec-le-plugin. The map 2 it's ok, and the map 1 is not ok. Please use labels and text to provide additional information.
  • Sep 17, 2009
    r1127 (fixed IE 7 and 8 height issue) committed by stephend   -   fixed IE 7 and 8 height issue
    fixed IE 7 and 8 height issue
  • Sep 15, 2009
    r1126 (re-tagging tabbedmaxcontent 1.0 for a fix, no new features.) committed by nianwei   -   re-tagging tabbedmaxcontent 1.0 for a fix, no new features.
    re-tagging tabbedmaxcontent 1.0 for a fix, no new features.
 
Hosted by Google Code