Hi Christian,

Let's use

  
http://www.coactivate.org/projects/collectivegeo/lists/collectivegeo-discussion

to discuss development of collective.geo. I'm signing up now.

On Wed, Apr 20, 2011 at 8:26 AM, Christian Ledermann
<[email protected]> wrote:
> Hello,
>
> Is support for 'MultiPoint', 'MultiLineString', 'MultiPolygon'
> planned/feasable for collective.geo.kml?
>
> I can already add MultiLineString in the WKT input Field, save it  and
> it is correctly displayed in the 'coordinates' edit form but it will
> not translate into kml.
>
> I suppose it has to be translated into a kml Multigeometry like:
>
>  <MultiGeometry>
>    <LineString>
>      <!-- north wall -->
>      <coordinates>
>        -122.4425587930444,37.80666418607323,0
>        -122.4428379594768,37.80663578323093,0
>      </coordinates>
>    </LineString>
>    <LineString>
>      <!-- south wall -->
>      <coordinates>
>        -122.4425509770566,37.80662588061205,0
>        -122.4428340530617,37.8065999493009,0
>      </coordinates>
>    </LineString>
>  </MultiGeometry>
>
>
> I reckon the same is true for  'MultiPoint' and  'MultiPolygon'
>
>

-- 
Sean
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to