----- Original Message -----
From: "Morten Nilsen" <[EMAIL PROTECTED]>
To: <enlightenment-devel@lists.sourceforge.net>
Sent: Tuesday, July 24, 2007 2:01 PM
Subject: Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt


>
> On 24/7/2007, "Dave" <[EMAIL PROTECTED]> wrote:
> >Morten Nilsen ha scritto:
> >Maybe we can do an 'e user map',
> >the one I have done is the 'e devs map'.
> >It's not to divide people, is only because I take
> >the GeoData from the cvs (...no cvs account, no data)
> >
> >If someone would like to do a page somewere, where user can
> >insert his data (at  least name and coord) that will be stored on
> >a file, I can do a new map (the Enlightenment User Map) that read
> >the GeoData from that file.
> >Maybe showing also the total user number.
>
> I can create that.. just share the internal structure you use
> (array/object) and I'll create something that spits out a serialized
> list on request..

Wow, thanks! :)
the best way for me is if you write an xml file somewhere, I can then read
the data directly from there.
It's also the fastest way to display many markers.
This is the syntax of the file:

<markers>
  <marker lat="43.65654" lng="-79.90138" html="Some stuff to display in
the&lt;br&gt;First Info Window"  label="Marker One" />
  <marker lat="43.91892" lng="-78.89231" html="Some stuff to display in
the&lt;br&gt;Second Info Window" label="Marker Two" />
  <marker lat="43.82589" lng="-79.10040" html="Some stuff to display in
the&lt;br&gt;Third Info Window"  label="Marker Three" />
</markers>

You can also find some different syntax here:
http://www.econym.demon.co.uk/googlemaps/basic3.htm

We should work togheter for understand if we need some other field in the
xml.
- html is the text contained in the popup
- label should be the label I draw near the markers
No other useful information comes to my mind now.

Bye
Dave


> Then, at a later point, the script should be quite easy to integrate with
> the other part should the need arise.
>
> --
> Cheers,
> Morten
> :wq
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to