Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option for setting a default zoom level in visualization component #157

Closed
ionosphere opened this issue Sep 25, 2014 · 1 comment
Closed

Comments

@ionosphere
Copy link
Member

when we try to show a point , the default zoom is too hight.

i wish i could write something like this

= visualization do |v|
          - v.background "Esri.WorldImagery"
          - v.serie :data, [{name: resource.number, shape: resource.geolocation}]
          - v.path :name, :data
          - v.control :zoom, default_value: 15
          - v.control :scale
          - v.control :fullscreen
          - v.control :layer_selector
@ionosphere ionosphere added this to the 1.0.0 milestone Sep 25, 2014
@burisu burisu modified the milestones: 1.1.0, 1.0.0 Sep 26, 2014
@burisu burisu modified the milestones: 1.1.0, 1.2.0 Mar 11, 2015
@burisu burisu modified the milestones: 1.2.0, 1.3.0 Jun 25, 2015
@burisu burisu modified the milestones: 1.3.0, 1.3.1, 2.0.0 Nov 2, 2015
@PH64
Copy link
Contributor

PH64 commented May 31, 2016

With the new settings backgrounds V2.0 RC17, this option is added

@PH64 PH64 closed this as completed May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants