I just guessing but a few things to try:

   /DATA 'the_geom FROM "public"."Fiumi_riproiettato" USING UNIQUE "ID"
   USING UNIQUE 5223'

   ///DATA 'the_geom FROM "public"."Fiumi_riproiettato" USING UNIQUE
   "ID" USING SRID=5223'

   ///DATA 'the_geom FROM "public"."Fiumi_riproiettato" USING UNIQUE id
   USING UNIQUE 5223'
   //
   DATA 'the_geom FROM "public"."Fiumi_riproiettato" USING UNIQUE id
   USING SRID=5223'
   /
   //DATA 'the_geom FROM "public"."Fiumi_riproiettato" USING UNIQUE ID
   USING SRID=5223'
   //

I've marked the changes in red. Again just guesses to try. Let us know what works.

Good Luck!

*Worth Lutz*
------------------

On 01/16/2015 06:30 AM, Maiorano Pasquale wrote:
/DATA 'the_geom FROM "public"."Fiumi_riproiettato" USING UNIQUE ID USING UNIQUE 5223'/

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to