<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
In the newly proposed and improved directory layout, the demo's now
reference external libs like <script
src="../lib/...></script><br>
I believe it is a good thing if demo's work out of the box, no
additional readme's, install.txt or conversions of .sh to .bat,
downloads etc.<br>
<br>
Is there a good reason for the demo's not to reference online
libraries?<br>
<br>
So instead of:<br>
<script src="../lib/openlayers/OpenLayers.js"
type="text/javascript"></script><br>
<script src="../lib/jquery/jquery-1.4.3.js"
type="text/javascript"></script><br>
<script src="../lib/jquery/ui/jquery-ui.js"
type="text/javascript"></script> <br>
<br>
Maybe use:<br>
<script type="text/javascript"
src=<a class="moz-txt-link-rfc2396E" href="http://openlayers.org/api/2.10/OpenLayers.js">"http://openlayers.org/api/2.10/OpenLayers.js"</a>></script><br>
<script type="text/javascript"
src=<a class="moz-txt-link-rfc2396E" href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">"http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"</a>></script><br>
<script type="text/javascript"
src=<a class="moz-txt-link-rfc2396E" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js">"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js"</a>></script><br>
<br>
? <br>
<br>
From the version numbers in the path names to the libs, users can
see with wich version of the external libs MapQuery is supposed to
work.<br>
<br>
Anne<br>
<br>
On 11/11/2010 2:51 PM, Christian Wygoda wrote:
<blockquote
cite="mid:AANLkTimD5+pgrk-061agaPotvAWxKfBApvuU_DYjLaOS@mail.gmail.com"
type="cite"><br>
<div class="gmail_quote">On Thu, Nov 11, 2010 at 2:48 PM, Volker
Mische <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:volker.mische@gmail.com">volker.mische@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Hi,<br>
<div class="im"><br>
On 11/11/2010 02:43 PM, Christian Wygoda wrote:<br>
> I'll probably write a shell script to download and
extract everything,<br>
> such a script could easily live inside the repo.<br>
><br>
> Also, in follow up<br>
> to <a moz-do-not-send="true"
href="http://lists.osgeo.org/pipermail/mapquery/2010-July/000091.html"
target="_blank">http://lists.osgeo.org/pipermail/mapquery/2010-July/000091.html</a>
I'd<br>
> like to suggest following file name scheme for our code<br>
><br>
> Core:<br>
> * jquery.geomap.map.js (now geoMap.js)<br>
> * jquery.geomap.layer.js (now geoMap.js)<br>
<br>
</div>
I would keep those to together in one file (the map and the
layer) as<br>
layer don't work without map (and they are not even visible to
the<br>
outside atm, just the geomap object is exposed).<br>
<br>
I would also prefer a name change. geoMap was just chosen to
have some<br>
name. What about jquery.mapquery.core.js (which will be the
only file<br>
without jQuery UI dependency)?<br>
</blockquote>
<div><br>
</div>
<div>+ 1 </div>
<div><br>
</div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div class="im"><br>
><br>
> For the widgets:<br>
> * jquery.geomap.toc.js<br>
<br>
</div>
And for the widgets jquery.mapquery.toc.js<br>
<div class="im"><br>
><br>
> Aggregated "release" (someday...):<br>
> * jquery.geomap.js<br>
><br>
</div>
jquery.mapquery.js<br>
<br>
Cheers,<br>
<font color="#888888"> Volker<br>
</font></blockquote>
</div>
<br>
<div>+1 Oops, of course I meant jquery.mapquery... Do I need more
coffee or less coffee? :)</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
MapQuery mailing list
<a class="moz-txt-link-abbreviated" href="mailto:MapQuery@lists.osgeo.org">MapQuery@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapquery">http://lists.osgeo.org/mailman/listinfo/mapquery</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Drs. Anne Blankert
Geodan Systems & Research
President Kennedylaan 1
1079 MB Amsterdam (NL)
=========================
Tel: +31 (0)20 - 5711 311
Fax: +31 (0)20 - 5711 333
=========================
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:anne.blankert@geodan.nl">anne.blankert@geodan.nl</a>
Website: <a class="moz-txt-link-abbreviated" href="http://www.geodan.nl">www.geodan.nl</a>
Disclaimer: <a class="moz-txt-link-abbreviated" href="http://www.geodan.nl/disclaimer">www.geodan.nl/disclaimer</a></pre>
</body>
</html>