Displaying 3 results from an estimated 3 matches for "brainoff".
Did you mean:
brainf
2006 Feb 01
3
Parsing RDF coming from a URL
Hello,
i''m writing an application that needs geocoding information for locations
outside of the US.
I''m using the brainoff.com geocoding service
mappoint = Net::HTTP.new(''brainoff.com'', 80)
response = mappoint.get(''/geocoder/rest/?city=Gent,BE'')
logger.debug response.body
and the body of the response is in the following form :
<rdf:RDF xmlns:geo="http://www.w3.org/2003/01/...
2008 May 13
0
MGeoRSS and IE
Hi,
Not sure where else to post this since MGeoRSS doesn''t seem to have its own
list.
I''m using MGeoRSS (http://brainoff.com/gmaps/mgeorss.html) because Google''s
GeoRSS API
(http://googlemapsapi.blogspot.com/2007/03/kml-and-georss-support-added-to-google.html)
doesn''t support local GeoRSS servers (yet - see
http://code.google.com/p/gmaps-api-issues/issues/detail?id=300).
I discovered today that MGe...
2008 May 20
1
AddOverlay for GeoRss Feeds, GeoRSS support
On Mon, May 19, 2008 at 4:36 PM, Pierre Romieux <promieux at gmail.com> wrote:
> Hi,
>
> Sorry for this email, but I need your help. I''m testing Mapstraction and I
> have problems with GeoRss. I''m not able to link the GeoRss markers.
> I have copied the sample with full code but nothing. The markers layer are
> not added to my page. All js are ok.