<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 12:30 PM, Phil Scadden <span dir="ltr"><<a href="mailto:p.scadden@gns.cri.nz" target="_blank">p.scadden@gns.cri.nz</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="">
    <br>
    <blockquote type="cite">
      <div dir="ltr">
        <div style="font-family:arial,helvetica,sans-serif">
          And unfortunately we ​do not serve any wms server at the
           moment, and I am afraid that importing geoserver or other wms
          server in our project will be almost impossible.</div>
      </div>
    </blockquote>
    <br></div>
    Then are SERIOUSLY up against it. Very large geometries and
    javascript without some kind of tile server is total nightmare.
    Browsers just cant hack it, nor can internet data transfer rates. 
    How were you proposing to fetch the vectors?</div></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​You may misunderstand me. While I say we do no use any wms server out of box, it does not means we do not use any gis related libraries, in fact we use geotools in our project. </div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">And as I mentioned, we provider two kinds of service(built on geotools) to fetch vector features:</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">1 /tile/z/x/y.geojson?layer=water,landuse,roads...  will serve the features for certain layers within the extend of the tile defined by the x,y,z.</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">2 /feature.geojson?bbox=....&layer=   will serve the features within the bounding box(in strategy 2, the bbox would be the extent of the map(viewport)).</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> While you say we can rely on everyone to have chrome, that's absolute true!! That's another question which confusing me, the smaller the zoom level, the more the features, so we consider to simplify the features, but we are not sure it should be done in the client or in the server. <br>

</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">

 GeoJSON files? You
    might want to look at what UTFGrid can do for you but you still have
    the problem of fetching large no. of vectors across the internet in
    a verbose format, and drawing them in js. You cant rely on everyone
    to have Chrome. More than 500 vertices is enough to choke IE. I
    think you have to look at some kind of tile server.  I dont quite
    get what you mean by  "import" a tile server into your project
    either? Are you looking at off-internet standalone? There are tile
    server options for this kind thing.<div class=""><br>
  <div>
<div style="border-top:solid 1px black;border-bottom:solid 1px black;padding:10px 0;margin:20px 0;font-size:8pt;font-family:Verdana,Arial,Helvetica,sans-serif">Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.<br>

</div>
</div>

</div></div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br></blockquote></div><br></div></div>