Project Summary

  Analyzed 12 days ago based on code collected 12 days ago.

IntroThis project builds on the ModestMaps open source API (http://modestmaps.com/) for presenting tiled maps in Actionscript 3.0 programs. Based on the current trunk version of modestmaps as of 6/19/08.

The API has been extended to include a PolylineOverlay class that draws a polygon on the map from a given set of lat/lon points. Each instance of PolylineOverlay has an optional fill color and associated marker label that is centered at a point (centroid) that the programmer specifies for the region.

Also includes an OverlayManager class that simpifies the creation and management of overlays, a PolylineMarker class to label the PolylineOverlay regions, and an OverlayEvent that is dispatched whenever a PolylineOverlay is clicked.

API Documentationasdoc output covering the complete Modestmaps library and PolylineOverlay extensions can be found at:

http://modestmaps-custom.googlecode.com/svn/branches/polyline/asdoc-output/index.html

SummaryMap -- modified from ModestMaps original to include an instance of OverlayManager (package com.modestmaps). Overlay -- modified from Modestmaps original to add support for PolylineOverlay and OverlayManager (package com.modestmaps.extras). TileGrid -- modified from ModestMaps original to expose private well var as a property (package com.modestmaps.core). Enables PolylineOverlay to trap mouse clicks and propagate them to the TileGrid for map panning. PolylineOverlay -- new (com.modestmaps.extras). OverlayManager -- new (com.modestmaps). PolylineMarker -- new (com.modestmaps.core). OverlayEvent -- new (com.modestmaps.events). DemoA sample program demonstrates the use of modestmaps with PolylineOverlays. The program displays polygons for 11 different zipcodes covering central San Diego, CA. Each polygon is shaded with a random color, and labeled with the zipcode and a median housing price for that zip. For the demo, data is read from a set of xml datafiles.

Get the demo code at the downloads page, file MMPolylineDemo062308.zip Open FlexBuilder 3 Import project from the zipfile

SourceMain trunk http://modestmaps-custom.googlecode.com/svn/trunk is a copy of the modestmaps trunk as of 6/19/08. ModestMaps with PolylineOverlay extensions is at http://modestmaps-custom.googlecode.com/svn/branches/polyline DownloadsUTModestMaps061908.zip contains a zip of the ModestMaps AS3 library with PolylineOverlay extension... DEPRECATED -- checkout source from Subversion instead MMPolylineDemo.zip contains a sample Flex project and data files demonstrating how to use the PolylineOverlay extensions. Includes the ModestMaps library (with polyline extensions) as a .swc, compiled with Flex 3.

Share

In a Nutshell, modestmaps-custom...

 

Activity

30 Day Summary Apr 11 2013 — May 11 2013

12 Month Summary May 11 2012 — May 11 2013

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.