Recent activity
Subscribe to this feed
dreamingwell replied on June 19, 2008 15:52 to the idea "Displaying Shapefile (.shp) Polygons on a ModestMap" in Modest Maps:
dreamingwell shared an idea in Modest Maps on June 19, 2008 15:33:
Displaying Shapefile (.shp) Polygons on a ModestMapI created a flex project that parses Shapefiles into polygons for display on a modestmap. The demo comes with source code and useful relevant information.
Demo and Source Code
dreamingwell replied on June 17, 2008 16:18 to the question "Plain FTP support" in ExpanDrive:
dreamingwell replied on June 17, 2008 16:17 to the question "When is ExpanDrive getting Amazon S3 capabilities?" in ExpanDrive:
dreamingwell replied on June 12, 2008 14:00 to the question "markers" in Modest Maps:
I gave a short presentation on ModestMaps that includes source code and examples. You can view the information here:
http://www.dreamingwell.com/articles/...
dreamingwell replied on June 12, 2008 13:59 to the question "Path-marker issue" in Modest Maps:
dreamingwell replied on March 11, 2008 19:00 to the question "How can I switch between map providers?" in Modest Maps:
<mx:canvas height="100%" width="100%">
<mx:script>
<![CDATA[
/* Local Data Providers */
[Bindable] private var mapTileDataProvider:ArrayCollection = new ArrayCollection( [new GoogleRoadMapProvider, new GoogleAerialMapProvider, new GoogleHybridMapProvider, new MicrosoftAerialMapProvider, new MicrosoftHybridMapProvider, new MicrosoftRoadMapProvider, new YahooAerialMapProvider, new YahooHybridMapProvider, new YahooRoadMapProvider, new OpenStreetMapProvider]);
]>
</mx:script>
<mx:combobox>
</mx:combobox><flex:map width="100%">
</flex:map></mx:canvas>
dreamingwell replied on March 11, 2008 18:58 to the question "How can I switch between map providers?" in Modest Maps:
apparently mxml code doesn't show up here very well
working on posting an example
yea... I can't figure out how to post mxml code in this forum, but the basics are below... You'll need the "mapTileDataProvider:ArrayCollection", basically. Just make that the dataProvider of a combo box. Then set your maps "provider" to use "{comboBox.selectedItem as IMapProvider}".
dreamingwell replied on February 27, 2008 16:40 to the question "How to become an SVN contributor?" in Modest Maps:
dreamingwell replied on February 22, 2008 16:41 to the discussion "AS3 Code" in Modest Maps:
dreamingwell asked a question in Modest Maps on February 21, 2008 17:10:
How to become an SVN contributor?I'm interested in adding my contributions to the ModestMaps project. I believe I can help flush out some features, and have already made a few improvements.
Specifically, I have extensive experience in AS3. I'm using ModestMaps for several projects, and have made my own little code base of fixes/addendums for those projects.
Loading Profile...
