Displaying 10 results from an estimated 10 matches for "mapcontrol".
Did you mean:
mac_control
2009 Mar 23
4
Bird''s Eye integration in Mapstraction
Are there any plans to integrate Virtual Earth''s Bird''s Eye view to
mapstraction?
I tried an "integration hack" but then found out that there are too
many issues involved (check whether birds eye is available for the
current map area, disabling zoom controls,...).
Has anyone else tried it?
Franz
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier
for me to support more than one mapping service, mainly Google Maps and
Microsoft''s Virtual Earth. However, I seem to be running into a lot of
errors when trying to use Mapstraction with IE7 and Virtual Earth.
As an example, I get a "Not Implemented" error when I load the many of
the demos. This
2006 Nov 06
4
Event listeners
Hi!
Your plugin is really great! Thanks.
One more little question.
Is it possible to add event listeners to the maps via your plugin?
greetings
/till
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061106/6b1c6f4f/attachment.html
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
...="text/javascript"
src="http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=5wTxDW_V34GQjK.7glLG6OnJSRxCvfLj7ktMsuOoR42Gkm16vDVEjjw6FGWJ1Gky"></script>
<script charset="UTF-8" type="text/javascript"
src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"></script>
<script src="domReady.js" type="text/javascript"></script>
- <script src="../source/mxn.js" type="text/javascript"></script>
- <script src="../source/mxn.core.js" type=&quo...
2006 Jul 08
1
Need Help Understanding Situation with Table Columns
...;description asc")
results = find_by_sql("select id, description from gmaps WHERE 1")
pp results[0]
pp(Gmap.columns_hash[''type''])
results
end
Note that I cannot get the ''find :all'' statement to work. It yields a failure:
SyntaxError in City mapController#index
(eval):1:in `compute_type'': compile error
(eval):1: parse error, unexpected tINTEGER
Object::0
^
C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1244:in `compute_type''
If I switch to my debug statements, when I do refer...
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
..."text/javascript"
src="http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=5wTxDW_V34GQjK.7glLG6OnJSRxCvfLj7ktMsuOoR42Gkm16vDVEjjw6FGWJ1Gky"></script>
- <script charset="UTF-8" type="text/javascript"
src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"></script>
+ <script type="text/javascript"
src="http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=5wTxDW_V34GQjK.7glLG6OnJSRxCvfLj7ktMsuOoR42Gkm16vDVEjjw6FGWJ1Gky"></script>
<script src="http://openlayers.org/api/O...
2009 Mar 24
0
Patch: clickHandlers in VirtualEarth
Hi,
my mapstraction onclick event handlers always yielded javascript
errors in Virtual Earth maps ("e.view is undefined").
I''m using version 6 of mapcontrol.ashx. After consulting Virtual Earth
documentation, I came up with a solution.
Here is my patch (based on rev 212)
> var that = this;
360c361,368
< me.clickHandler(e.view.LatLong.Latitude,
e.view.LatLong.Longitude, me);
---
> //added by FB
> var x = e...
2008 Jul 19
1
Routes
...connect '':from'', :controller=>''share'', :action=> ''index''
map.connect '''', :controller => "map"
the map one in the middle works fine, the controller looks like this:
(cut out all the irrelevant stuff)
class MapController < ApplicationController
def index
@map = getmap
end
def getmap
if params[''map''] then
@map = params[''map'']
end
end
end
now, for the "share" one I cant for the life of me get any values out of
class ShareController <...
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
...al
add option to force the DRI on for RN50 chips
Add "DRI" option
fix NULL dereference
RADEON - update randr cursor handling, LVDS setup fix
RADEON: Fix cursor handling for randr
remove some old mergedfb cruft
minor cleanup
start to clean up MapControllers
More re-org to allow more than 2 outputs
enable all outputs on each crtc on mode restore
more randr re-work
randr checkpoint
RADEON: randr driver re-org checkpoint
RADEON: fix VT switch
RADEON: more re-org
RADEON: re-arrange output mode setting...
2007 Mar 27
0
[ANNOUNCE] xf86-video-ati-6.6.191
...InitCrtcRegisters
radeon; put back old TV DAC code for now
radeon: add enable display function
radeon: refactor blank/unblank
radeon: move comment
radeon: add simple map controllers call
radeon: add some info to the map controllers
radeon: flesh out mapcontrollers
radeon: some minor alignments and cleanups for info->
radeon: make GetConnectedMonitors a static void
radeon: change function name to Displays rather than Monitors
radeon: align some output with superpatch
radeon: align tabs and make display detection like...