Putting a map image and navigate on it doing zooms
Hi,
I need to create a Prototype showing a map of a state, i.e. Florida, US.
In that screen should appear and user must be able to do zooms in and outs.
Will be displayed globe icons showing where were sales concreted.
If a make a mouse hover should display specific sales data like a grid or listbox previously loaded.
If I make a zoom in should load another map showing that county and the sales maded to certain company at the moment of doing a mouse hover.
Any suggestions?
Thanks in advance.
Jorge Guevara
Hi Jorge,
Hi Jorge,
My suggestion is using an image with some labels on it that contain some information. Then mark all of them as hidden and associate an event that will show when "on mouse over" (for example).
Another idea, in case you want to simulate the "zoom in", is dragging some dynamic panels at any area of the "image map" with some screenshots inside in order to simulate the zoom in with some set active panels events.
I hope it helps.
Best,
Sonia Durán
Hi Jorge,
Hi Jorge,
My suggestion is using an image with some labels on it that contain some information. Then mark all of them as hidden and associate an event that will show when "on mouse over" (for example).
Another idea, in case you want to simulate the "zoom in", is dragging some dynamic panels at any area of the "image map" with some screenshots inside in order to simulate the zoom in with some set active panels events.
I hope it helps.
Best,
Sonia Durán
This is a really interesting scenario! I've quickly thrown this prototype together which allows you to hover over select countries (USA, Greenland, and Russia in this proto) to show a Data Grid then click to zoom on a country (Greenland in this proto) then hover over select companies from this country to show a Data Grid. Once zoomed I've added a `Zoom Out` button on the top left of the screen.
https://dl.dropboxusercontent.com/u/628429/justinmind/map-hover-zoom/index.html
This is a really interesting scenario! I've quickly thrown this prototype together which allows you to hover over select countries (USA, Greenland, and Russia in this proto) to show a Data Grid then click to zoom on a country (Greenland in this proto) then hover over select companies from this country to show a Data Grid. Once zoomed I've added a `Zoom Out` button on the top left of the screen.
https://dl.dropboxusercontent.com/u/628429/justinmind/map-hover-zoom/index.html
Hi Sonia,
Thanks for the advice. You said: "in case you want to simulate the "zoom in", is dragging some dynamic panels at any area of the "image map" ...dynamic panels?
Best
Jorge Guevara
Hi Sonia,
Thanks for the advice. You said: "in case you want to simulate the "zoom in", is dragging some dynamic panels at any area of the "image map" ...dynamic panels?
Best
Jorge Guevara
Replies have been locked on this page!