PDA

View Full Version : Good map api for birthright web



Dyark
08-27-2010, 03:10 PM
Anybody knows a good and easy to use api to load custom maps for birthright web ??

Arjan
08-27-2010, 04:24 PM
i used google api for a while, but found it had some limitations.. and its support is not quite good..

so imo is better to use vector based images, i.e. redraw the map in illustrator and export as fxg..

the data path, coloring (gradients etc) are easily used in FLEX... and foremost easily manipulated

take a look at
http://www.forbes.com/2010/06/04/migration-moving-wealthy-interactive-counties-map.html

plus when using vector based stuff, its very low on data to be loaded, and scalable

Dyark
08-27-2010, 05:24 PM
I know vector map or icon is very powerful for a lot of reason.

do you have the direct link to the api, you just sent me an example !

Arjan
08-28-2010, 03:30 AM
I know vector map or icon is very powerful for a lot of reason.

do you have the direct link to the api, you just sent me an example !

there is no real api for it, but here is a tut that can help you
http://brambley.tumblr.com/post/342198004/interactive-flex-maps-with-flash-builder-4-and-fxg

Arjan
08-28-2010, 04:40 AM
another good source is:

http://www.cartotalk.com/index.php?showforum=7

panning and zooming:
http://www.cartogrammar.com/blog/simple-map-panning-and-zooming-with-actionscript/

Arjan
08-28-2010, 04:46 AM
to create something like this:
http://www.forbes.com/2009/10/01/unemployment-stripes-map-business-washington-map.html?feed=rss_popstories

they are created using Mapublisher
http://www.avenza.com/download

just google your way around ;-)