Hi,

I just implemented the Mapping Kit module and am trying to plot some nodes to top of a google maps base layer. I'm trying to pull the nodes' locations via GeoRSS from a taxonomy term as documented at http://aardbodem.nl/node/34, however the GeoRSS being produced by the feed isn't being understood by the Mapping Kit or even a simple Google Maps Search of the feed. When I look at it on Firefox & Safari, it renders fine in each browsers feed viewer.

This occurs with both Simple and GML settings.

The feed passes the XML w3c online validator with the non-fatal error of "No DOCTYPE found".

And ideas would be appreciated.

Thank you very much,
garen

Comments

GarenCheckley’s picture

Attaching the feed xml in issue.

GarenCheckley’s picture

Don't think the previous one worked.... pasting:

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://WWW.MY.URL"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
<channel>
 <title>Term - location-page</title>
 <link>http://WWW.MY.URL/?q=taxonomy/term/4/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Page with Location Test 01</title>
 <link>http://WWW.MY.URL/?q=content/11/01/4/page-location-test-01</link>
 <description>&lt;p&gt;Body Content, Body Content, Body Content, Body Content, Body Content, Body Content, Body Content&lt;br /&gt;
Body Content, Body Content, Body Content, Body Content, Body Content, Body Content, Body Content&lt;/p&gt;
&lt;p&gt;Body Content, Body Content, Body Content, Body Content, Body Content, Body Content, Body Content&lt;br /&gt;
Body Content, Body Content, Body Content, Body Content, Body Content, Body Content, Body Content&lt;/p&gt;
&lt;p&gt;Body Content, Body Content, Body Content, Body Content, Body Content, Body Content, Body Content&lt;br /&gt;
Body Content, Body Content, Body Content, Body Content, Body Content, Body Content, Body Content&lt;/p&gt;
&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Location: &lt;/label&gt;
 13049329&lt;sup&gt;o&lt;/sup&gt;28&#039;1.304&quot;W - 3877497&lt;sup&gt;o&lt;/sup&gt;34&#039;13.119&quot;N
&lt;/div&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://WWW.MY.URL/?q=content/11/01/4/page-location-test-01&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://WWW.MY.URL/?q=category/tags/location-page">location-page</category>
 <georss:where srsName="urn:ogc:def:crs:EPSG:6.6:4326"> <gml:Point> <gml:pos>3877497.5703107 -13049329.467029</gml:pos>
</gml:Point>
</georss:where>
 <pubDate>Thu, 20 Jan 2011 18:07:39 +0000</pubDate>
 <dc:creator>garen</dc:creator>
 <guid isPermaLink="false">19 at http://WWW.MY.URL</guid>
</item>
</channel>
</rss>

GarenCheckley’s picture

Hi,

I got the above issues partly working, but now have related issue:

The Context used for choosing a node location works, but uses a coordinate system where lat/lon should go instead, so a page location ends up like: 9396250o50'47.373"W - 4755606o19'32.273"N. Pretty sure that isn't on this planet!

Any help is appreciated.