[OpenLayers-Users] Displaying Multiple Markers from Database
Dipl. Inf. Carsten Eider
eider at fh-bingen.de
Mon Feb 18 11:57:56 EST 2008
I have solved a similar problem by abusing a GeoRSS-Layer.
A servlet generated the required GeoRSS-Feed, it worked great.
Unfortunatelay some of my feeds contained about 1000 items, where
upto 4 feeds at one time where loaded.
My local system sometimes broke down.
Carsten
Eric Lemoine schrieb:
> On Feb 16, 2008 8:16 AM, schone <prashant.g.raju at gmail.com> wrote:
>
>> Hello all,
>>
>> New to OpenLayers but I think it is an amazing project!
>>
>> So here is my situation...
>>
>> I have around 200 long/lat in a database attached with unique locations.
>> (MySQL database)
>>
>> I would like to display all these markers on the map using OpenLayers but
>> I'm finding it hard to display multiple markers.
>>
>> Has anyone got any good examples of working with Multiple Markers and MySQL
>> or an XML document?
>>
>> Thanks for the help!
>>
>> Kind Regards
>> Prashant
>>
>
> Hi Prashant
>
> You'd need to have some software on the server side to extract the
> data from your database and send it to the client. If I had to do
> that, I'd implement a simple web sevice in Python that reads the
> lon/lat's from the database and sends a JSON representation of this
> data to the client. On the client side, I'd write code that requests
> the data through Ajax and uses OpenLayers to create and display a
> marker for each lon/lat in the response. This is just off the top of
> my head...
>
> Cheers,
> --
> Eric
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>
--
Mit freundlichen Grüßen / Yours faithfully
Carsten Eider
Dipl. Inf. (FH)
Kompetenzzentrum für Innovative Informationssysteme
c/o Fachhochschhule Bingen / University of applied sciences Bingen
Berlinstraße 109
55411 Bingen
Tel: +49 (0) 6721 / 409-179
Fax: +49 (0) 6721 / 409-158
email: eider at fh-bingen.de
Internet: iis.fh-bingen.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://openlayers.org/pipermail/users/attachments/20080218/0c06a1a8/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eider.vcf
Type: text/x-vcard
Size: 330 bytes
Desc: not available
Url : http://openlayers.org/pipermail/users/attachments/20080218/0c06a1a8/attachment.vcf
More information about the Users
mailing list