[flexcoders] GIS and Flex

2008-03-14 Thread kapil b
Hi All,

Does anybody have idea how to implement gis(geographyical information system) 
in flex with the gis data in it.

What kind of gis data format files the flex requires so that i can retrieve the 
data and display it in the UI.


Thanks


  Bollywood, fun, friendship, sports and more. You name it, we have it on 
http://in.promos.yahoo.com/groups  

Re: [flexcoders] GIS and Flex

2008-03-14 Thread Fidel Viegas
On Fri, Mar 14, 2008 at 7:52 AM, kapil b [EMAIL PROTECTED] wrote:

 Hi All,

 Does anybody have idea how to implement gis(geographyical information
 system) in flex with the gis data in it.

 What kind of gis data format files the flex requires so that i can retrieve
 the data and display it in the UI.

Have a look at esri (http://www.esri.com). I think they have some cool
api to let you display GIS data in your Flex apps.

Also, have a look at mapquest (http://www.mapquest.com)

Another solution is to use yahoo or google maps. I don't know how that
works, so you better wait for someone to reply to that.

All the best,

Fidel.


Re: [flexcoders] GIS and Flex

2008-03-14 Thread Paul Hastings
kapil b wrote:
 Does anybody have idea how to implement gis(geographyical information 
 system) in flex with the gis data in it.

what do you mean by with the gis data in it? you mean to develop a flex app 
to 
  replace a desktop GIS like arcMap w/the data local to the client? if so, 
that's a tall order.

if you mean to just talk to a GIS server then as suggested esri, yahoo or 
google will do. flex libs (at least flex 2.x libs) are available for all of 
these services.

 What kind of gis data format files the flex requires so that i can 
 retrieve the data and display it in the UI.

images. esri shapefile. SVG (maybe via degrafa).



Re: [flexcoders] GIS and Flex

2008-03-14 Thread Robert Stehwien
You can use the ESRI, yahoo, mapquest, google, etc map APIs.  You can also
read the ArcView Shape files and associated DBF files using this library and
create your own components.
http://code.google.com/p/vanrijkom-flashlibs/

I started with that library to create a heat-map component using maps.  The
problem with embedding or even downloading ArcView shape files is their size
- even the US is over a meg.  The problem is that shape files just store
points and there are a great number of points.  You can reduce the size by
storing in your own format (a fixed width integer is half the size of a
floating point number).  I did that plus ran some map simplification
algorithms to reduce the number of points and ended up getting even a world
map down to under 100K.  Sadly I cannot share the code (it was done for
hire).

On Fri, Mar 14, 2008 at 12:52 AM, kapil b [EMAIL PROTECTED] wrote:

  Hi All,

 Does anybody have idea how to implement gis(geographyical information
 system) in flex with the gis data in it.

 What kind of gis data format files the flex requires so that i can
 retrieve the data and display it in the UI.


 Thanks

 --
 Now you can chat without downloading messenger. Click 
 herehttp://in.rd.yahoo.com/tagline_webmessenger_5/*http://in.messenger.yahoo.com/webmessengerpromo.phpto
  know how.