<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">AFAICT, that&#39;s pretty much as per spec. &nbsp;I guess I&#39;m missing something<br>

obvious. &nbsp;I get the enoforce_srid_the_geom constraint violation.</blockquote><div><br>Ok - so it sounds like now you&#39;re uploading valid geojson to the latest FS, and you&#39;re getting a different traceback than your last post.&nbsp; I would guess, based on your email saying you don&#39;t know what epsg your table has, and the fact you say it does have an enforce constraint, that it&#39;s not epsg:4326 as your config says, and that this is causing your error.<br>
<br>Try find out what srid you have, and ensure your FS layer definition matches that (SELECT st_srid(the_geom) should return the srid for stuff already in there).<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
- we found it nice to be able to point to a PostGIS view that has a<br>
geometry</blockquote><div><br>Yes, it is nice.&nbsp; But&nbsp; you can&#39;t [easily] update data directly to a view - so its really only good for looking at existing data unless you build some triggers.&nbsp;<br></div><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
- we did not find how to specify rang of values<br>
like .../?somefield=[a,b]; is it possible ?</blockquote><div><br><br>you can do less than/greater than type queries with postgis backend (eg &amp;queryable=fieldname&amp;fieldname__gte=5&amp;fieldname_lte=8) <br><br>The action types currently supported for the postgis are&nbsp; {&#39;lt&#39;: &#39;&lt;&#39;, &#39;gt&#39;: &#39;&gt;&#39;,&nbsp; &#39;ilike&#39;: &#39;ilike&#39;, &#39;like&#39;:&#39;like&#39;, &#39;gte&#39;: &#39;&gt;=&#39;, &#39;lte&#39;: &#39;&lt;=&#39;}<br>
<br></div><div>&nbsp; -Josh<br><br></div></div><br>