On Aug 20, 10:15 am, pr <
pw.rob...@googlemail.com> wrote:
> According to the KML spec, "A Placemark is a Feature with associated
> Geometry", which implies that a placemark is a type of feature
Yes, this is the KML standard.
> and
> consequently a feature cannot have more than one placemark.
In OO terms a KML <Placemark> is-a KML Feature.
> However,
> in the HTTP protocol,
Now on to a different subject: how the Google Maps Data API
carries KML Features.
> under "KML Features" it says "Currently each
> feature maps to one (and only one) <Placemark>" and further on "At
> this time, the Maps Data API . . . does not support multiple
> <Placemark> elements within one feature", which implies that at some
> point in the future an atom entry in the features feed may contain
> more than one placemark.
Personally I would not construe any current statements to be
any form of prediction of the future.
> This seems contradictory; should I assume
> that an atom entry corresponds to one placemark or not?
At present the Google Maps Data API carries exactly one KML Placemark
per <atom:entry> in the feature feed of a map.
> Or perhaps, to
> put it the other way round, under what circumstances might an atom
> entry contain more than one placemark?
None at present.
Why do you ask?