search for: mapscript

Displaying 15 results from an estimated 15 matches for "mapscript".

2009 Oct 22
6
Mapstraction V2 Geocoder?
...file, but allow it to be loaded like providers are loaded: i.e., mxn.js?(google, yahoo, geocoder) 3) Keep the geocoder exactly as it is now, only upgraded to the V2 syntax. 4) Some other, more genius option? Looking forward to your ideas/opinions! --Adam --- Adam DuVander I like maps: http://mapscripting.com I like simple: http://adamduvander.com
2006 Apr 25
1
IvyGIS --- Rails Engine for custom maps.
...justec.co.in/ including downloads and instructions. There are two ways to get the code right now. One is a tar file containing the engine and nothing but the engine; that''s here: http://ivygis.justec.co.in/downloads.html That requires you to have Postgresql, PostGIS, Mapserver, Ruby Mapscript, and all their dependencies installed --- which can, regrettably be a real pain in the neck. So, the quickest way to try it out might be to use a FOSS GIS suite package which rolls up the engine, the demo apps, Ruby Mapscript, and Rails 1.1.2 into an all-in-one "instant IvyGIS" package -...
2009 Nov 19
5
speaking about mxn at #geomob
Fellow mapstractors, I''m speaking about mapstraction tonight at a London neogeo event - #geomob http://gmdlondon.ning.com/events/geomob-november basically I''ll jus be explaining what mxn is, how ift can be used, and a brief history of the project and trying to encourage more people to contribute. My slides are here: http://www.slideshare.net/lokku/mapstraction-2537688 let me
2010 Jan 05
2
Clustering in Mapstraction
...ng APIs and I use Mapstraction in examples wherever I can. I''d like to include marker clustering, but may have to do so in a Google-only way. I thought before I do that I should ask the list. Any experience clustering with Mapstraction? --Adam --- Adam DuVander I like maps: http://mapscripting.com I like simple: http://adamduvander.com
2009 Apr 14
2
routes with google maps API
Hi, I''m using mapstraction with Google Maps api and I want to use routes. As of now, mapstraction only supports mapquest API to do this, so can I use the underlying googlemaps API to do this, while using mapstraction? If yes, how? Btw, mapquest route demo doesn''t work (Error: MQA is not defined / Source File: http://mapstraction.com/mapstraction-js/mapstraction.js / Line: 621)
2010 Jan 11
1
Using mapstraction
Folks, I just wanted to drop a quick note pointing out that the next version of the StatusNet microblogging software uses Mapstraction to provide a mapping interface. It uses the OpenStreetMaps flavour by default. It''s in use in production on identi.ca, for example: http://identi.ca/evan/map Thanks for a great piece of software! -Evan -- Evan Prodromou CEO, StatusNet, Inc. evan
2010 Apr 30
6
addListener
...map = new mxn.Mapstraction(''myMap'',''google''); map.setCenterAndZoom(new mxn.LatLonPoint(45.559242,-122.636467), 15); marker = new mxn.Marker(new mxn.LatLonPoint(45.559242, -122.636467)); marker.addData({icon: "http://mapscripting.com/examples/mashups/richter-high.png"}); map.addMarker(marker); marker.addListener(''click'', test()); However I keep getting the error: addListener is not defined. Any help appreciated. Regards, Paul Owens HotelConnect Ltd is a company regis...
2009 Apr 14
2
local file and swap doesn''t work correctly
Hi, I have an html file which is in a local file. If use webkit or firefox, it works only one time. I cannot return to a map I already used. Is there something wrong in my html file ? Is it a mapstraction bug ? The html file is joined to this mail. it use always the last the svn mapstraction.js file : http://www.mapstraction.com/svn/source/mapstraction.js Serge -------------- next part
2013 May 20
6
MapServer setup with rails in ubuntu 12.04
Hi i have one rails application in which i need to setup the mapserver i have added the gem https://github.com/sourcepole/ruby_mapscript but while running the command require "rubygems" require "ruby_mapscript" include Mapscript it use to tell me LoadError (cannot load such file -- mapscript): can anybudy help me on this Thanks in Advance Arvind -- You received this message because you are subscribed...
2010 Jan 13
8
How to use getCenter
Hi, I am starting to use Mapstraction with the openlayers provider, and I am not sure how to retrieve the current center of a map in a cross-provider way. i.e. currently when calling map.getCenter(), the result returned is the openlayers internal one, not the long/lat used when calling setCenter(). Is that the expected behaviour? Regards, Philippe -------------- next part -------------- An
2009 Jun 13
4
Automatic provider API loader for mapstraction?
Hi, today I gave a talk at Barcamp Vienna ( http://www.barcamp.at/BarCamp_Vienna_Juni_2009) about Mapstraction and its recent progress. The crowd was really impressed! In the follow-up discussion several people were asking why mapstraction itself can''t take care of loading the provider APIs. I''m not sure if anybody is working on this, but such an automatic api loader has quite
2009 Mar 11
1
Image Overlay demo not working.
HYPERLINK "http://mapstraction.com/demo-overlay.php"http://mapstraction.com/demo-overl ay.php is not working. Did something change with Google Maps that makes this not work? No virus found in this outgoing message. Checked by AVG. Version: 7.5.557 / Virus Database: 270.11.10/1995 - Release Date: 3/11/2009 8:28 AM -------------- next part -------------- An HTML attachment was
2009 Aug 22
1
map.onLoadMap?
Hi, I use a bing map via mapstraction in worpdress. It works for all browsers exept the Internet Explorer. With IE I get an HTML parsing error, because the map is not loaded completely. Is there a possibility to use something like this: "map.onLoadMap"? This would prevent the error, but I don''t find such a function in mapstraction. Greetings, frest PS:
2006 Aug 03
3
Calling/Executing javascript functions from controller
Hey all, How can I call a javascript function from my controller? Is it possible to simply call a javascript function from directly in the controller WITHOUT needing an AJAX request to come through via link_to_remote or remote form? As an example I''ve tried: class RandomController < ApplicationController before_filter :login_required, :except => [:index, :initialize] def index
2009 May 24
9
Mapstraction Sandbox & V2 push
Greetings from the day of rest after a week of Where. It was a great time out here - and there is a lot of interest in the community around Mapstraction. The new Sandbox (http://mapstraction.appspot.com) made surprisingly quick rounds and lots of kudos. It will be a great place to demo Mapstraction and encourage developers. We had a very good discussion about Mapstraction at WhereCamp. Pamela