Okay, I am the git newbie, have been using SVN mostly for own little ugly scripts...<div><br></div><div>Gitorious says I can&#39;t clone an empty repository. Trying to push directly (is this wise?) using Eclipse / EGit causes an error (Transport error occured during push operation: invalid id)</div>
<div><br></div><div>Can someone help?</div><div><br></div><div>Thanks,</div><div>  C</div><div><div><br><div class="gmail_quote">On Thu, Aug 19, 2010 at 12:26 PM, Marc Jansen <span dir="ltr">&lt;<a href="mailto:jansen@terrestris.de">jansen@terrestris.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Anne,<br>
<br>
Please go ahead and commit your code. (I sent a mail yesterday stating the same; but somehow it got lost)<br>
<br>
Regards,<br><font color="#888888">
Marc</font><div class="im"><br>
<br>
<br>
On 18.08.2010 16:12, Anne Blankert wrote:<br>
</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 On 7/29/2010 11:30 PM, Volker Mische wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Best thing is to read the archive, there are so many ways :)<br>
<br>
IIRC, my last preferred approach was to have distinction between the map and layers (and perhaps even features). So that you e.g. can bind events to the map, layers and features.<br>
<br>
As I always say, we are still in flux, please write code if you&#39;ve the time to and do it the way you like. It&#39;s much better to comment on existing things, rather than discussion vaporware to death.<br>
<br>
Cheers,<br>
  Volker<br>
</blockquote>
<br>
Where and how shall we start working on plubicly viewable/updatable code in a very flexible manner? The source tree in geojquery still seems to be empty? For a start, there could be a general setup for a JQuery plugin:<br>

<br>
<br>
(function ($) {<br>
<br>
$.fn.pluginname = function (param1, param2, useroptions)<br>
{<br>
    // set default option values and extend with useroptions<br>
    options = $.extend( {<br>
        option1: &quot;defaultvalue1&quot;,<br>
        option2: &quot;defaultvalue2&quot;,<br>
        option3: &quot;defaultvalue3&quot;<br>
        }, useroptions || {});<br>
}<br>
<br>
})(jQuery);<br>
<br>
<br>
Some decisions already have to be made:<br>
- The name for the plugin, is this the only plugin or will there be many?<br>
- There is a proposition athttp://<a href="http://gitorious.org/geojquery/pages/PluginOverview" target="_blank">gitorious.org/geojquery/pages/PluginOverview</a>  where there is a distinction between UI and Core. The Core plugin is a JQuery api-wrapper around OpenLayers or - as I understand it - some other mapping module to be used. The UI plugin provides the actual interactive mapping widgets (in my understanding such widgets could be the map itself, a legend, a scale bar, a layer selector, a layer manager, a coordinate display, a feature info displayer, an overview map, map drawing tools with element type selector, color selector, line type selector, layer creator etc.)<br>

<br>
If I understand correctly, the next coding step could be setting up a very simple OpenLayers based map, wrapped in two jquery plugin skeletons (core + ui) such as the one above?<br>
<br>
Do you think that this is the way to proceed or should we wait for someone or some group to come up with much bigger code chunks?<br>
<br>
Greetz,<br>
<br>
Anne<br>
<br>
<br>
_______________________________________________<br>
Geojquery mailing list<br>
<a href="mailto:Geojquery@lists.osgeo.org" target="_blank">Geojquery@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geojquery" target="_blank">http://lists.osgeo.org/mailman/listinfo/geojquery</a><br>
<br>
</blockquote>
<br>
_______________________________________________<br>
Geojquery mailing list<br>
<a href="mailto:Geojquery@lists.osgeo.org" target="_blank">Geojquery@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geojquery" target="_blank">http://lists.osgeo.org/mailman/listinfo/geojquery</a><br>
</div></div></blockquote></div><br></div></div>