Displaying 20 results from an estimated 100 matches similar to: "MGeoRSS and IE"
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.
2008 Jan 19
1
Set Return Type XML in Prototype
Please help i can''t return xml data using prototype.
If i use data from direct xml file then it works fine but when i use
ajax request with header content xml it''s not working
My code just work on IE but in FF it does not working. My code sample
are given below
If any one already done this kinds of job Please help me as soon as
possible.
var xmlDoc;
function Claulate()
{
var
2008 Jan 03
3
GeoRSS support and Openstreetmap
Hi,
is geoRSS overlay supported with openstreetmap ?
I can''t get it to work.
Google maps georss
http://blogs.intermedia.uib.no/motel/experiments/bergenGeoRSS.html
Openstreetmap georss
http://blogs.intermedia.uib.no/motel/experiments/bergenOSMGeoRSS.html
As you can see, nothing shows in the openstreetmap example.
Regards
--
Rune Baggetun
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
2010 Aug 29
0
Multiple geometry, selections and georss
Hello-
I have not used Mapstraction yet, and am new to geographic display
software. I just sank sank several frustating Firebug-hours into another open
source toolkit and am casting about for alternatives. Please tell me how to use
Mapstraction for a particular use case..
The use case is a map of places with lines to the nearest surrounding
places. I would like to just show all of the places.
2006 Feb 07
2
Question about Classes.
I have the attached class that I''m writing. The problem that I''m
running into is that I can not access the options from the createArray
function which get called after the ajax request gets done. I want to
move the values of the xml file to an array and story it in the options
variable. Can someone explain what I''m doing wrong?
var LeaderInfo = Class.create();
2009 Jun 01
0
[mapstraction commit] r12 - Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
Author: duvander
Date: Sun May 31 17:34:27 2009
New Revision: 12
Modified:
trunk/source/mxn.cloudmade.core.js
Log:
Implemented most Cloudmade functions. Still requires image, tile and
KML/GeoRSS overlays
Modified: trunk/source/mxn.cloudmade.core.js
==============================================================================
--- trunk/source/mxn.cloudmade.core.js (original)
+++
2006 Feb 23
6
prototype ajax + xml response
Hi,
I am looking for a solution to use ajax.request object.
Return response text will be in xml format and I like to know how to
parse that xml information, so that I can put those info into the "span"
or "div" tags of my html page. Is there any easy way to parse that xml
info using prototype library?
Thanks,
kevin.
--
Posted via http://www.ruby-forum.com/.
2006 Feb 18
0
Move element into view
Hello,
I am in fly-by mode as I am still more than busy, so I just dumb this
one out for anyone interested. Adapt it for your needs if you like it.
This effect is similar to ScrollTo, but scrolls the viewport
vertically the minimal amount necessary to bring the element into
view.
Usage: new Effect.ScrollToFullView(element, {duration: 0.6, offset: 10});
Offset is the distance in pixel to the
2008 Apr 23
2
ESRI support
Does Mapstraction support ESRI (arcwebservices.com)?
Thanks,
- Michael
2006 Jul 08
1
Need Help Understanding Situation with Table Columns
I am trying to create an application loosely based on the Depot application
presented in Agile Web Development with Rails (AWDwR). I am using InstantRails
for the server. In my app I have the folowing controllers:
admin_controller
application_controller
city_map_controller (with method: displayGMap)
The admin_controller was created with the following command:
ruby script/generate scaffold
2006 Apr 17
7
Serve static XML files how?
Hi,
a Javascript in one of my Rails templates needs to load a static XML
file. I tried several places to put the actual XML file, and I also
tried to make the file a rails template (tried both .rhtml and .rxml)
and access it via a controller action. None of these ways worked. Does
the lighttpd server know how to serve XML files, or do I need to
configure it first? Or, is there a good workaround?
2008 Feb 04
2
Starting an exe from within the browser
All,
I''m writing a Rails based app. I''m still on Rails version 1.2.2. I
need to start an external app from within the browser, only IE and
pass an argument to it. The only way I found was using ActiveX.
<script language="javascript" type="text/javascript">
function OpenFile(cmd){
var x = new ActiveXObject("WScript.Shell");
2010 Jun 18
0
Wine release 1.2-rc4
The Wine development release 1.2-rc4 is now available.
What's new in this release (see below for details):
- Many translation updates.
- A lot of bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc4.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2-rc4.tar.bz2
Binary packages for various
2008 Aug 03
0
gmaps, projection, inset
Running R version 2.6.1 under Gentoo Linux, I'm trying to produce a
thematic map of the USA using the gmaps package. The result thus far
has two problems from my point of view.
First, the projection (Miller cylindrical?) elongates southern states
and flattens northern ones unattractively. I'd prefer Albers conic
projection or something similar.
Second, the inset for Alaska is placed
2006 Apr 15
1
Begin with Autocompleter
Hi list:
I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below:
1 function makeRequest(url,element) {
2 var http_request = false;
3 if
2007 May 15
5
rake db:migrate sucks
I have installed ruby1.8.5-22 under windows,
and then rails 1.2.3
and also i update rubygems to 0.9.3 with gems update --system
however,when i enter the project directory and input the command rake
db:migrate,it sucks with the following errors:
rake aborted!
uninitialized constant ActionController
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:2028:in
`const_missing''
2008 Aug 12
0
Question about custom images in map
Hi,
While browsing the internet for a solution, I found mapstraction and checked
out some examples. I wonder if anyone in this group can help me with
something.
I have created a web page where a custom floor plan is loaded into a Google
Maps interface using Gmaps Image Cutter. I am not using the map at all,
instead I am using a custom image of mine. I use the Gmaps api functions of
adding markers
2010 Oct 23
1
marker.setInfoBubble problem
Hi All,
Having a weird one with Mapstraction & GMAPs v3...
Adding some info bubbles using marker.setInfoBubble(''couple of lines of HTML
here...'') - but they''re not expanding heightwise to handle the text, and
there don''t seem to be any CSS selectors available to try and force the
issue...
There''s an overflow: auto style being applied to the
2007 Jan 18
1
Clusterer generating javascript syntax error
Hi all,
I''m using Ym4r with the Clusterer. The GMaps code in my controller
looks something like this:
# geo is an array of lon/lat points
session[:gmap] = GMap.new(''map_div'')
session[:gmap].control_init(:large_map => true,:map_type => true)
session[:gmap].center_zoom_init([38.134557,-95.537109],4)
markers = Array.new