My favorites | Sign in
Google
                
Details: Show all Hide all

Last 30 days

  • Dec 18, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) commented on by stef.jung   -   looks good thanks a lot, i am gona test it in the next days.
    looks good thanks a lot, i am gona test it in the next days.
  • Dec 18, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) Status changed by nianwei   -   I put in a change and should be working for you. You need to use SVN check out to get the code and compile yourself. example: http://gmaps-utility-library-flash.googlecode.com/svn/trunk/examples/ArcGISLink/bin-release/DonutHole.html
    Status: Fixed
    I put in a change and should be working for you. You need to use SVN check out to get the code and compile yourself. example: http://gmaps-utility-library-flash.googlecode.com/svn/trunk/examples/ArcGISLink/bin-release/DonutHole.html
    Status: Fixed
  • Dec 18, 2009
    r168 (ArcGISLink: donut hole support for polygon) committed by nianwei   -   ArcGISLink: donut hole support for polygon
    ArcGISLink: donut hole support for polygon
  • Dec 17, 2009
    issue 18 (Not working on full screen mode) commented on by kevin.macdonald@pentura.ca   -   As you pointed out, the keyboard is disabled when in full-screen mode. The work-around you mentioned, to add a button, is a good idea, which I will consider for the next release of RubberBandCtrl. Thank you for your suggestion.
    As you pointed out, the keyboard is disabled when in full-screen mode. The work-around you mentioned, to add a button, is a good idea, which I will consider for the next release of RubberBandCtrl. Thank you for your suggestion.
  • Dec 15, 2009
    issue 18 (Not working on full screen mode) changed by pamela.fox   -   Assigning to Kevin, author of RubberBandCtrl, to take a look.
    Status: Accepted
    Owner: kevin.ma...@thinkwrap.com
    Labels: Class-RubberBandCtrl
    Assigning to Kevin, author of RubberBandCtrl, to take a look.
    Status: Accepted
    Owner: kevin.ma...@thinkwrap.com
    Labels: Class-RubberBandCtrl
  • Dec 15, 2009
    issue 18 (Not working on full screen mode) commented on by wadijm   -   Sorry, I'm new to Flex and I didn't knew that I can't recieve any input on full screen mode. Anyway, It would be nice to be able to "toggle" rubberBand functionality with a button or something. Thanks in advance
    Sorry, I'm new to Flex and I didn't knew that I can't recieve any input on full screen mode. Anyway, It would be nice to be able to "toggle" rubberBand functionality with a button or something. Thanks in advance
  • Dec 15, 2009
    issue 18 (Not working on full screen mode) reported by wadijm   -   What steps will reproduce the problem? 1. Custom canvas with Google map inside 2.Added viewstack to application 3. Call application to go full screen What is the expected output? What do you see instead? To be possible to use RubberBandCtrl in full screen. What version of the product are you using? On what operating system? Flex 3.2,flex builder Please provide any additional information below. I have a list with data that also displays weird some times,it seems that it doesn repaint and I cant edit any textfield on full screen mode.
    What steps will reproduce the problem? 1. Custom canvas with Google map inside 2.Added viewstack to application 3. Call application to go full screen What is the expected output? What do you see instead? To be possible to use RubberBandCtrl in full screen. What version of the product are you using? On what operating system? Flex 3.2,flex builder Please provide any additional information below. I have a list with data that also displays weird some times,it seems that it doesn repaint and I cant edit any textfield on full screen mode.
  • Dec 01, 2009
    RubberBandCtrl (The RubberBandCtrl class works with Google Maps API for Flas...) Wiki page edited by kevin.macdonald@pentura.ca   -   Revision r167 Edited wiki page through web user interface.
    Revision r167 Edited wiki page through web user interface.
  • Dec 01, 2009
    RubberBandCtrl (The RubberBandCtrl class works with Google Maps API for Flas...) Wiki page added by kevin.macdonald@pentura.ca   -   Revision r166 Created wiki page through web user interface.
    Revision r166 Created wiki page through web user interface.

Earlier this year

  • Nov 26, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) commented on by stef.jung   -   You can access this example: http://labs.alta4gis.de/gmaps/rest/0/query? geometryType=esriGeometryEnvelope&spatialRel=esriSpatialRelIntersects&where=1%3D1&retur nGeometry=true&f=pjson This service provides the polygon i described @ pdf.
    You can access this example: http://labs.alta4gis.de/gmaps/rest/0/query? geometryType=esriGeometryEnvelope&spatialRel=esriSpatialRelIntersects&where=1%3D1&retur nGeometry=true&f=pjson This service provides the polygon i described @ pdf.
  • Nov 26, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) commented on by nianwei   -   If you can provide a REST service that can be accessible from Internet and let me know ow to get to the feature with hole that would make it easier so I do not have to create myself.
    If you can provide a REST service that can be accessible from Internet and let me know ow to get to the feature with hole that would make it easier so I do not have to create myself.
  • Nov 26, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) commented on by stef.jung   -   Sounds good. If i can support you in any way just let me know.
    Sounds good. If i can support you in any way just let me know.
  • Nov 25, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) changed by nianwei   -   The arcgislink lib was ported from the JS version, which does not support hole at all. It looks like the flash API actually work with holes in some fashion. I'll see what I can do.
    Status: Accepted
    Owner: nianwei
    The arcgislink lib was ported from the JS version, which does not support hole at all. It looks like the flash API actually work with holes in some fashion. I'll see what I can do.
    Status: Accepted
    Owner: nianwei
  • Nov 25, 2009
    issue 17 (hole within a polygon is not drawn correct (donut polygon)) reported by stef.jung   -   It's not possible to draw a hole within a polygon (donut polygon). The hole also gets drawn as separate polygon. The problem appeared in on of our projects where we combine Google Maps and the ArcGIS Server REST API. To reproduce it we created a simple donut polygon (see PDF) with ArcMap. This polygon is available through the ArcGIS Server REST API. With some basic code (see PDF) we can display the polygon as graphic-overlay. But it is not drawn correct. There might be a problem in interpreting the rings. The vertices of the first ring is clockwise and the vertices of the second (inner) ring is anti-clockwise. It is very important for us that we can display the holes within a polygon correctly. Regards, Stefan ********************************************************* What version of the API are you using? - Flex 3.2 - map_flex_1_16.swc - GoogleMapsAPIUtilityLibrary.swc - IMap.getImplementationVersion(): 16 What operating system and browser are you using? - Always reproducible, does not depend on the browser or operating system. - Windows XP/Vista, Google Chrome, Firefox, IE7/8 ********************************************************* For developers viewing this issue: please click the 'star' icon to be notified of future changes, and to let us know how many of you are interested in seeing it resolved. *********************************************************
    It's not possible to draw a hole within a polygon (donut polygon). The hole also gets drawn as separate polygon. The problem appeared in on of our projects where we combine Google Maps and the ArcGIS Server REST API. To reproduce it we created a simple donut polygon (see PDF) with ArcMap. This polygon is available through the ArcGIS Server REST API. With some basic code (see PDF) we can display the polygon as graphic-overlay. But it is not drawn correct. There might be a problem in interpreting the rings. The vertices of the first ring is clockwise and the vertices of the second (inner) ring is anti-clockwise. It is very important for us that we can display the holes within a polygon correctly. Regards, Stefan ********************************************************* What version of the API are you using? - Flex 3.2 - map_flex_1_16.swc - GoogleMapsAPIUtilityLibrary.swc - IMap.getImplementationVersion(): 16 What operating system and browser are you using? - Always reproducible, does not depend on the browser or operating system. - Windows XP/Vista, Google Chrome, Firefox, IE7/8 ********************************************************* For developers viewing this issue: please click the 'star' icon to be notified of future changes, and to let us know how many of you are interested in seeing it resolved. *********************************************************
  • Oct 30, 2009
    issue 16 (How do I use the SWC with Flash CS3) reported by auau922   -   I know this is probably a stupid one, but I can't seem to find the answer anywhere. I was trying to use the gmaps utility library in flash, I did it the same way as I imported the standard google maps library, which is copying the SWC to the configurations/components/ folder in my computer. For the GoogleMapsLibrary, All I had to do was dragging the component to the stage which would create an object of the library, the I just delete that create object. The compiled library will stay in my Flash project library. I could use all these classes from GoogleMapsLibrary fine. Then when I tried to download the GMaps Utility SWC release in Apr 2009, and put it inside the same folder of the GoogleMapsLibrary SWC. It appears in my Flash component window, however no matter where I drag it, it just wouldn't come out of the component window, I cannot use any classes within the Utility Library. I also tried to download the source of the MarkerTracker and MarkerTrackerOptions, and place them into my project folder with the correct hirarchy (com.googles.maps.extras.markertracker), When I compiled the project, the compilation errors were Definition mx.utils.ObjectUtil could not be found Access of undefined property ObjectUtil I am now stuck, can you suggest how I can either import the SWC into my Flash project or where Ican get hold of the ObjectUtil (and related) class so the markertracker class can work. It's a bit long but thanks for your time.
    I know this is probably a stupid one, but I can't seem to find the answer anywhere. I was trying to use the gmaps utility library in flash, I did it the same way as I imported the standard google maps library, which is copying the SWC to the configurations/components/ folder in my computer. For the GoogleMapsLibrary, All I had to do was dragging the component to the stage which would create an object of the library, the I just delete that create object. The compiled library will stay in my Flash project library. I could use all these classes from GoogleMapsLibrary fine. Then when I tried to download the GMaps Utility SWC release in Apr 2009, and put it inside the same folder of the GoogleMapsLibrary SWC. It appears in my Flash component window, however no matter where I drag it, it just wouldn't come out of the component window, I cannot use any classes within the Utility Library. I also tried to download the source of the MarkerTracker and MarkerTrackerOptions, and place them into my project folder with the correct hirarchy (com.googles.maps.extras.markertracker), When I compiled the project, the compilation errors were Definition mx.utils.ObjectUtil could not be found Access of undefined property ObjectUtil I am now stuck, can you suggest how I can either import the SWC into my Flash project or where Ican get hold of the ObjectUtil (and related) class so the markertracker class can work. It's a bit long but thanks for your time.
  • Oct 27, 2009
    r165 (Changed mime type on rubberbandctrl HTML documents) committed by kevin.ma...@pentura.ca   -   Changed mime type on rubberbandctrl HTML documents
    Changed mime type on rubberbandctrl HTML documents
  • Oct 27, 2009
    Libraries (List of libraries here and quick links to relevant source an...) Wiki page edited by kevin.ma...@pentura.ca   -   Revision r164 Edited wiki page through web user interface.
    Revision r164 Edited wiki page through web user interface.
  • Oct 27, 2009
    r163 (bugfix: When contained in mxml vbox with top > 0, rubber ban...) committed by kevin.ma...@pentura.ca   -   bugfix: When contained in mxml vbox with top > 0, rubber band was incorrectly offset by -top.
    bugfix: When contained in mxml vbox with top > 0, rubber band was incorrectly offset by -top.
  • Oct 20, 2009
    FrequentlyAskedQuestions (Answers to common questions about this project.) Wiki page commented on by festeban76   -   ¿Como hacerlo funcionar con Action Script 2.0?
    ¿Como hacerlo funcionar con Action Script 2.0?
  • Oct 20, 2009
    issue 15 (markers if moved dissapear at incorect zoom levels.) commented on by calvincrane   -   Yes it is. Is not a problem normally, which is what I'm currently switched to. Clustering may be a substitute.
    Yes it is. Is not a problem normally, which is what I'm currently switched to. Clustering may be a substitute.
  • Oct 20, 2009
    issue 15 (markers if moved dissapear at incorect zoom levels.) Status changed by pamela.fox   -   Is this using marker manager?
    Status: NeedsMoreInfo
    Is this using marker manager?
    Status: NeedsMoreInfo
  • Oct 19, 2009
    issue 15 (markers if moved dissapear at incorect zoom levels.) commented on by calvincrane   -   Also seems to be linked with dragging the map to do with the boundaries somehow. So dragging the map at a particular zoom can show and hide the marker. Have tried calling refesh after a map pan but this doesn't work either.
    Also seems to be linked with dragging the map to do with the boundaries somehow. So dragging the map at a particular zoom can show and hide the marker. Have tried calling refesh after a map pan but this doesn't work either.
  • Oct 19, 2009
    issue 15 (markers if moved dissapear at incorect zoom levels.) reported by calvincrane   -   If reporting a feature request, just delete the questions and specify what functionality you're interested in. What steps will reproduce the problem? 1. using drag functionality on a marker drag a marker to a new location 2. zoom in and out the marker dissapears (still inside the zoom constraints) , but only if it had been moved What is the expected output? What do you see instead? the marker dissapears and can be seen again by zooming out What version of the product are you using? On what operating system? ff, pc fp 10 Please provide any additional information below.
    If reporting a feature request, just delete the questions and specify what functionality you're interested in. What steps will reproduce the problem? 1. using drag functionality on a marker drag a marker to a new location 2. zoom in and out the marker dissapears (still inside the zoom constraints) , but only if it had been moved What is the expected output? What do you see instead? the marker dissapears and can be seen again by zooming out What version of the product are you using? On what operating system? ff, pc fp 10 Please provide any additional information below.
  • Oct 15, 2009
    r162 ([No log message]) committed by ncarmon7   -   [No log message]
    [No log message]
  • Oct 09, 2009
    ReleaseProcess (Describes steps to take when changing or adding a library.) Wiki page edited by pamela.fox   -   Revision r161 Edited wiki page through web user interface.
    Revision r161 Edited wiki page through web user interface.
  • Oct 02, 2009
    Libraries (List of libraries here and quick links to relevant source an...) Wiki page edited by kevin.ma...@pentura.ca   -   Revision r160 Added RubberBandCtrl to wiki
    Revision r160 Added RubberBandCtrl to wiki
  • Oct 02, 2009
    r159 (Added HelloRubberBandCtrl, a demo app for RubberBandCtrl) committed by kevin.ma...@pentura.ca   -   Added HelloRubberBandCtrl, a demo app for RubberBandCtrl
    Added HelloRubberBandCtrl, a demo app for RubberBandCtrl
  • Sep 30, 2009
    r158 (New documentation for RubberBandCtrl) committed by kevin.ma...@pentura.ca   -   New documentation for RubberBandCtrl
    New documentation for RubberBandCtrl
  • Sep 30, 2009
    r157 (Updated documentation for RubberBandCtrl) committed by kevin.ma...@pentura.ca   -   Updated documentation for RubberBandCtrl
    Updated documentation for RubberBandCtrl
  • Sep 30, 2009
    r156 (Added RubberBandCtrl to maps library.) committed by kevin.ma...@pentura.ca   -   Added RubberBandCtrl to maps library.
    Added RubberBandCtrl to maps library.
  • Sep 29, 2009
    issue 14 (GoogleMapsAPIUtilityLibrary.swc throws again a multiname ref...) reported by ncarmon7   -   If reporting a feature request, just delete the questions and specify what functionality you're interested in. What steps will reproduce the problem? Use a GoogleMapsAPIUtilityLibrary.swc, I think it wasn't built with latest sources. I get the error: Description Resource Path Location Type Can not resolve a multiname reference unambiguously. com.google.maps.extras.xmlparsers.kml:Polygon (from /Users/navacarmon/Pangeaflex/libs/3rd party/GoogleMapsAPIUtilityLibrary.swc(com/google/maps/extras/xmlparsers/kml/Polygon)) and com.google.maps.overlays:Polygon (from /Users/navacarmon/Pangeaflex/libs/3rd party/map_flex_1_16.swc(com/google/maps/overlays/Polygon)) are available. KMLParserObject.as I know that Polygon class was removed from xml parsers sources. I downloaded the latest source from the repository. What is the expected output? What do you see instead? The expected result - build without this error. Again, the problem with the library only What version of the product are you using? On what operating system? R155 on Snow Leopard, trying to build with Eclipse with Flash 4 plugin
    If reporting a feature request, just delete the questions and specify what functionality you're interested in. What steps will reproduce the problem? Use a GoogleMapsAPIUtilityLibrary.swc, I think it wasn't built with latest sources. I get the error: Description Resource Path Location Type Can not resolve a multiname reference unambiguously. com.google.maps.extras.xmlparsers.kml:Polygon (from /Users/navacarmon/Pangeaflex/libs/3rd party/GoogleMapsAPIUtilityLibrary.swc(com/google/maps/extras/xmlparsers/kml/Polygon)) and com.google.maps.overlays:Polygon (from /Users/navacarmon/Pangeaflex/libs/3rd party/map_flex_1_16.swc(com/google/maps/overlays/Polygon)) are available. KMLParserObject.as I know that Polygon class was removed from xml parsers sources. I downloaded the latest source from the repository. What is the expected output? What do you see instead? The expected result - build without this error. Again, the problem with the library only What version of the product are you using? On what operating system? R155 on Snow Leopard, trying to build with Eclipse with Flash 4 plugin
  • Sep 17, 2009
    issue 9 (MarkerTracker and custom marker icon) commented on by domeniconicola   -   In Flash (not Flex) I made it using another way: http://www.domeniconicola.com/google-maps-api-custom-markers-problem/ Regards!
    In Flash (not Flex) I made it using another way: http://www.domeniconicola.com/google-maps-api-custom-markers-problem/ Regards!
  • Sep 14, 2009
    ReleaseProcess (Describes steps to take when changing or adding a library.) Wiki page edited by pamela.fox   -   Revision r155 Edited wiki page through web user interface.
    Revision r155 Edited wiki page through web user interface.
  • Sep 14, 2009
    ReleaseProcess (Describes steps to take when changing or adding a library.) Wiki page edited by pamela.fox   -   Revision r154 Edited wiki page through web user interface.
    Revision r154 Edited wiki page through web user interface.
  • Sep 14, 2009
    issue 13 (dragzoomcontrol custom position) reported by piet.vanremortel   -   Hi From my experience and examining the code the dragzoomcontrol can only be placed at the top-left corner. It would nice if it supported the general ControlPosition options - I need it in the right bottom corner. Thanks and regards, P
    Hi From my experience and examining the code the dragzoomcontrol can only be placed at the top-left corner. It would nice if it supported the general ControlPosition options - I need it in the right bottom corner. Thanks and regards, P
  • Sep 13, 2009
    r153 (Deleting renamed classes- GroundOverlay, Point, Polygon.) committed by pamela.fox   -   Deleting renamed classes- GroundOverlay, Point, Polygon.
    Deleting renamed classes- GroundOverlay, Point, Polygon.
  • Aug 26, 2009
    issue 12 (Enhancment: Change color support for polygones/ polylines) reported by tobias.pipper@dataprocess.de   -   Hello all, there seems to be a problem according to the KML / Google Maps API color attributes: The KML Parser is parsing the color of a KML File like this: this._color = parseInt("0x" + color); But in der KML description, the color tag is using the format aabbggrr (alpha, blue, green, red) . The color attribute of the Google Maps API (StrokeStyle.color) is using the rgb format. Additionally, the alpha value should be seperated, because the Google Maps API is using it seperate, too.
    Hello all, there seems to be a problem according to the KML / Google Maps API color attributes: The KML Parser is parsing the color of a KML File like this: this._color = parseInt("0x" + color); But in der KML description, the color tag is using the format aabbggrr (alpha, blue, green, red) . The color attribute of the Google Maps API (StrokeStyle.color) is using the rgb format. Additionally, the alpha value should be seperated, because the Google Maps API is using it seperate, too.
  • Aug 19, 2009
    r152 (Fixing mime-type for MarkerClustererDemo) committed by pamela.fox   -   Fixing mime-type for MarkerClustererDemo
    Fixing mime-type for MarkerClustererDemo
  • Aug 19, 2009
    r151 (Fixing mime-type for MarkerClustererDemo) committed by pamela.fox   -   Fixing mime-type for MarkerClustererDemo
    Fixing mime-type for MarkerClustererDemo
  • Aug 19, 2009
    ReleaseProcess (Describes steps to take when changing or adding a library.) Wiki page edited by pamela.fox   -   Revision r150 Edited wiki page through web user interface.
    Revision r150 Edited wiki page through web user interface.
  • Aug 19, 2009
    HowToContribute (How to add a library or a patch to a library.) Wiki page edited by pamela.fox   -   Revision r149 Edited wiki page through web user interface.
    Revision r149 Edited wiki page through web user interface.
  • Aug 19, 2009
    HowToContribute (How to add a library or a patch to a library.) Wiki page added by pamela.fox   -   Revision r148 Created wiki page through web user interface.
    Revision r148 Created wiki page through web user interface.
  • Aug 18, 2009
    FrequentlyAskedQuestions (Answers to common questions about this project.) Wiki page commented on by tonyleonard   -   ok
    ok
  • Aug 13, 2009
    FutureLibraries (Ideas for future libraries to add here) Wiki page commented on by oldschool.monday   -   GGeoXML equivalent that allows for adding KML to google map.
    GGeoXML equivalent that allows for adding KML to google map.
  • Aug 13, 2009
    FutureLibraries (Ideas for future libraries to add here) Wiki page commented on by mikaelamouse   -   GGeoXMLcapability allowing KML to be added directly to google map.
    GGeoXMLcapability allowing KML to be added directly to google map.
  • Aug 11, 2009
    r147 (ArcGISLink: removed dependency on mx packages, 3D samples co...) committed by nianwei   -   ArcGISLink: removed dependency on mx packages, 3D samples compiled with player 10
    ArcGISLink: removed dependency on mx packages, 3D samples compiled with player 10
  • Jul 30, 2009
    r146 (ArcGISLink: compiled against 1_16 swc) committed by nianwei   -   ArcGISLink: compiled against 1_16 swc
    ArcGISLink: compiled against 1_16 swc
  • Jul 30, 2009
    r145 ([No log message]) committed by nianwei   -   [No log message]
    [No log message]
  • Jul 28, 2009
    r144 (Updating ASDoc for MarkerClusterer so that private functions...) committed by pamela.fox   -   Updating ASDoc for MarkerClusterer so that private functions are not shown.
    Updating ASDoc for MarkerClusterer so that private functions are not shown.
  • Jul 27, 2009
    AsDocGeneration (How to use asdoc to auto-generate class reference for the li...) Wiki page commented on by juguang   -   I have done that in Flex Builder 3 too. procedures are slightly different, but concepts are same. FYI. http://postbabel.com/wordpress/2009/07/how-to-generate-asdoc-in-flex-builder-3/
    I have done that in Flex Builder 3 too. procedures are slightly different, but concepts are same. FYI. http://postbabel.com/wordpress/2009/07/how-to-generate-asdoc-in-flex-builder-3/