<div dir="ltr">Thanks!!<br><br>That is the solution!!</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/12 Mike Toews <span dir="ltr"><<a href="mailto:mwtoews@gmail.com" target="_blank">mwtoews@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Try using the correct typmod, which uses [ZM]+ dimensions in the type name:<br>
<div class="im"><br>
alter table elevacion_89<br>
  alter column the_geom<br>
</div>    type geometry(MultiLinestringZM, 25830)<br>
  using ST_Multi(the_geom);<br>
<br>
(it's actually case insensitive)<br>
<br>
-Mike<br>
<div><div class="h5"><br>
On 12 June 2013 05:50, José María <<a href="mailto:jmamuedo@gmail.com">jmamuedo@gmail.com</a>> wrote:<br>
> Hello!<br>
><br>
> I get a error when I tried to transform LineStringZM to MultiLinestringZM;<br>
><br>
> alter table elevacion_89 alter column the_geom type<br>
> geometry(MULTILINESTRING, 25830) using St_Multi(the_geom);<br>
><br>
> The error I get it is:<br>
><br>
> ERROR: Geometry has Z dimension but column does not<br>
> SQL state: 22023<br>
><br>
> Any ideas??<br>
><br>
> Thanks,<br>
><br>
> Jose<br>
><br>
</div></div>> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br></div>