Displaying 20 results from an estimated 70000 matches similar to: "YM4R plugin controls"
2010 Feb 09
0
Using YM4R/GM plugin in rails.
I have installed YM4R/GM plugin. I''m using Rails 2.3.5. After
installing, i could''nt start my application. it shows,
Application error
Rails application failed to start properly.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2007 Jul 24
3
geocoding addresses with ym4r google maps
Does anyone know how to geocode addresses using the YM4R Google Map
plug-in?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe
2008 Feb 29
1
Using ym4r/mapstraction''s cluster.js with RJS
Hey all,
This is a little OT but ...
I''m trying to use this the YM4R/mapstraction clusterer with RJS but
having a hard time, I can create a working cluster when i initiate it in
a controller, but not from RJS.
For the proper flow in my app it would be very helpful to be able to do
it from RJS.
Thanks for the help,
Chuck
--
*Chuck Fletcher*
Email: chuck at chuckfletcher.com
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
Revision: 65
Author: ajturner
Date: Sun Dec 13 11:10:04 2009
Log: Use the GeoCommons addOverlay method
http://code.google.com/p/mapstraction/source/detail?r=65
Modified:
/trunk/source/mxn.geocommons.core.js
/trunk/tests/index.htm
=======================================
--- /trunk/source/mxn.geocommons.core.js Sun Dec 13 11:10:00 2009
+++ /trunk/source/mxn.geocommons.core.js Sun Dec 13
2006 Jun 29
11
AJAX Maps
Hi,
I would like to know if there is a library that provides an API to
support map scrolling, like the one available in google maps.
This is, I would like to create a user interface where the user is able
to see a small part of a large map. It can then move the view, thus
observing another part of the map. Additionally, I would also like to
provide a zoom mechanism.
Thanks in advance.
--
2008 Mar 14
0
problem with rjs and marker group
Lo there all,
i have a function that builds a bunch of markers to go on a google
map. I would like to update them with rjs.
Here is what i have so far.
def map_main_layout
@zoom = params[:zoom].to_i
@zoom = 14 if params[:zoom].nil?
@map = GMap.new("map_div")
# @map.control_init(:large_map => true, :map_type => true) #
(inserts map control)
# place
2009 Sep 21
0
r34 committed - removed deprecated method draggable, all controls off when first creat...
Revision: 34
Author: freyfogle
Date: Mon Sep 21 00:21:06 2009
Log: removed deprecated method draggable, all controls off when first
creating the map, bit of work on adding controls, though still doesnt seem
to be working correctly
http://code.google.com/p/mapstraction/source/detail?r=34
Modified:
/trunk/source/mxn.googlev3.core.js
=======================================
---
2008 Aug 01
0
YM4R Add label to top of marker
Hi,
Does anyone know how to add a label to the top of a marker. For example
if i have 5 reults for locations and i have them numbered 1-5 then a
number on the top of each marker so its clear which marker belongs to
which location.
Ive read through the ruby docs and googled but cant find any info or
examples on this, is it even possible, i think i seen something like
this before.
JB
--
Posted
2005 Jul 20
0
Re: Using sortable.
Thomas,
I am trying to use the Sortable functionality through
a rails implementation.
My sortable container looks like this:
<div class="thumbnails">
<div class="minus_navigation">
<a href="javascript:Photos.selectPrevious()">
<img alt="Move to previous photo"
class="navigation"
2005 Jul 20
0
Using sortable.
Thomas,
I am trying to use the Sortable functionality through
a rails implementation.
My sortable container looks like this:
<div class="thumbnails">
<div class="minus_navigation">
<a href="javascript:Photos.selectPrevious()">
<img alt="Move to previous photo"
class="navigation"
2007 Mar 10
1
clusterer - click infowindow
Clicking on the icon of a clusterer opens an infowindow with a list
of markers , ech one has an icon and a description...
Is it possible to click on the marker icon (how to change its
image ?) to zoom directly to that marker ? or should I write a link
in the description
yhanks for your help
Note :additional question : what is the origin of the error message :
'' too many
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
Revision: 30
Author: freyfogle
Date: Sun Sep 20 06:26:44 2009
Log: jslint now passing for google and googlev3
http://code.google.com/p/mapstraction/source/detail?r=30
Modified:
/trunk/build.xml
/trunk/source/mxn.google.core.js
/trunk/source/mxn.googlev3.core.js
=======================================
--- /trunk/build.xml Sun Sep 20 06:13:41 2009
+++ /trunk/build.xml Sun Sep 20 06:26:44
2007 May 31
2
Zoom plugin changes
I'm sorry for being rude, but I am quite upset by this, because it has
gone too far.
I posted a few weeks ago that I was going to be working on zoom over
the summer to improve the accessibility, and I have already begun to
do that. Every step of the way I have made frequent commits to
opencompositing.org and described the progress in my blog.
I asked for information about what your (David)
2006 Aug 18
3
RJS templates for DOM manipulation
I want to do some DOM manipulation with JavaScript. Specifically I
want to implement zoom in/out in a picture by changing it''s
width/height attributes. Is it possible to do this using RJS or should
I write javascript by hand?
All the examples of RJS I''ve seen write the javascript in the result
of an AJAX remote call. Where are the docs for RJS? All I''ve seen are
blog
2007 Oct 16
3
can''t define custom GIcon
Hi,
I am having trouble getting custom GIcons to display. Here is the code in
my controller:
@map = GMap.new("map_div")
@map.control_init(:large_map => true,:map_type => true)
@map.icon_global_init(GIcon.new(:image => "images/APBox-20.png
"),"ap_none")
infoString = "Friendly Name: "+result.friendly_name+
2010 Nov 08
1
API Google MAPS
Hello everybody,
I''m working with Version 3 of Google Maps JavaScript API, and I have
the next code:
In a layout of my application:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?
2006 Oct 06
2
solving plugin dependency issues
The dependency checking currently provided is clearly not good enough.
There's currently two issues with the plugins that exist in the compiz
repository.
plane plugin conflicts with cube and rotate plugin, zoom plugin should
probably work with either cube or plane but currently only loads when
cube plugin is used.
Adding a
{ CompPluginRuleBefore, "cube" }
to the plane plugin and a
2014 Aug 05
0
Problems in ezoom plugin
Hello list!
I'm writing to you because I'm experiencing two problems with the
Enhanced Zoom Desktop plugin.
1. If the mouse isn't over the current window, I can't zoom in/out. I
filled a bug on launchpad:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1349152
But I don't know if that is the right place to be, because (as far as
I know) Ubuntu developers aren't
2007 Apr 15
1
Zoom enhancements
I'll be working on zoom during Google summer of code, to get it to
work better with existing accessibility software. Basicly get it to
communicate with tools like Orca.
Because this relies on input enabled zoom, there are some issues I
like to clear up before I start. I don't want to directly base my work
on any of the two publicly available zoom plugins. This means I'll be
creating a
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.