<!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 bgcolor="#ffffff" text="#000000">
    On Fri10/2910 Fri Oct 29 10:20 AM, Zack Galbreath wrote:
    <blockquote cite="mid:4CCAD837.4090703@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      I'm trying to use OpenLayers to display a large image and allow
      users to add annotations to them.<br>
      To accomplish this, I'm using OpenLayers.Layer.TMS.&nbsp; If I tell my
      custom map to use the Frida layer I get the following error upon
      saving an annotation:<br>
      <pre role="list"><code class="wrappedText focusRow" role="listitem">ERROR:  new row for relation "frida" violates check constraint "enforce_srid_the_geom"</code></pre>
    </blockquote>
    <br>
    After changing the projection that I use, I'm now able to save to
    the frida layer from my custom map.&nbsp; This leads me to believe that I
    didn't create my new, empty layer properly.&nbsp; Could you please tell
    me the right way to create a new layer that can accept points,
    lines, and polygons?&nbsp; I'm hoping to be able to associate an
    annotation (text) with each stored feature as well.<br>
    <br>
    -Zack<br>
  </body>
</html>