<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
In my application, each time I add a feature of the type I want
listed, I add a call to a javascript function (jquery, actually)
that adds it to my list on the side.<br>
<br>
There are many pre-existing scripts for sortable tables and the
like, but there will be some javascript coding.<br>
<br>
An alternative would be to render the page with a mixture of js and
PHP, where PHP (or some other server-side language) queries the
database and spits out properly-formatted web page elements. I'm
doing that right now and can say that at the end of the day you end
up looking at as much javascript as you would have otherwise. But I
got it to work, so that's something.<br>
<br>
Whether you use XML or JSON or .csv or (as I do) a rendered .js file
to transfer the data to the web page is a matter of design choice.<br>
<br>
Michael<br>
<br>
On 5/25/2011 7:48 AM, Miguel Chang wrote:
<blockquote cite="mid:SNT119-W231947AC1C1EAA7CE6BB4E8B740@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
I want to show a sidebar with the information of the markers, kind
of list where I could sort the data by date or by location and by
selecting this list it directly shows me the position on the map.<br>
<br>
<br>
<br>
> CC: <a class="moz-txt-link-abbreviated" href="mailto:openlayers-users@lists.osgeo.org">openlayers-users@lists.osgeo.org</a><br>
> From: <a class="moz-txt-link-abbreviated" href="mailto:n.e.kendall@gmail.com">n.e.kendall@gmail.com</a><br>
> Subject: Re: [OpenLayers-Users] Questions about Markers and
Text markers<br>
> Date: Wed, 25 May 2011 00:49:34 -0500<br>
> To: <a class="moz-txt-link-abbreviated" href="mailto:mac_luzer@hotmail.com">mac_luzer@hotmail.com</a><br>
> <br>
> Can you clarify what you're trying to do? By definition if
you want to mess with the text on the client side you'll need
jscript...which is what ol does. <br>
> <br>
> Sent from my mobile device<br>
> <br>
> On May 24, 2011, at 11:28 PM, Miguel Chang
<a class="moz-txt-link-rfc2396E" href="mailto:mac_luzer@hotmail.com"><mac_luzer@hotmail.com></a> wrote:<br>
> <br>
> > Hello there, I´m implementing a web page using Openlayer
as the map provider and so far it seems to work... but I have some
troubles with the markers because I want to show the information
both at the map and on the page itself, is there anyway to
manipulate the data from text file once loaded? also I´m looking
for a more direct approach on feeding the data, like extracting
directly from a database, is there any implementation that does
not involves a lo of javascript coding ?<br>
> > <br>
> > <br>
> > _______________________________________________<br>
> > Users mailing list<br>
> > <a class="moz-txt-link-abbreviated" href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
> > <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a>
</pre>
</blockquote>
</body>
</html>