When I type height:600px for Map style (CSS attributes) in the settings pane, I get an output as in the attacment.

ui broken
See the poor UI controls in Arctic Ocean?

CommentFileSizeAuthor
ip_geoloc-ui-broken.png296.2 KBdurum

Comments

rdeboer’s picture

Status: Active » Closed (cannot reproduce)

Hi durum,
Thanks for the report.

What View are you using? I tried it on the View "Node location table (location_table)", URL /location/views. This Viewt comes with the Location module. Entered height:600px and works a treat.

It is unlikely that the IP Geolocation module can do anything about what you're experiencing. It just passes parameters to the Google mapping API and the style attributes to the enclosing <div>.
I feel your answer is somewhere between Google and the way that specifying a height affects your layout and the map....

Rik

durum’s picture

Version: 7.x-1.8 » 7.x-1.9

Hi Rik,

Thanks for attention. The View is the same with the #1649302, I am copying it below.

It is just a content type with Geofield. And the View is just a page display with map via Ip Geolocation.

SELECT node.title AS node_title, node.nid AS nid, node.language AS node_language, 'node' AS field_data_field_gorsel_node_entity_type, 'node' AS field_data_field_map_node_entity_type
FROM
{node} node
WHERE (( (node.status = '1') AND (node.type IN  ('venue')) AND (node.language IN  ('en')) ))
ORDER BY node_title ASC
LIMIT 40 OFFSET 0

I created exact same View on a different site to show it live: http://new.durukanreklam.com/en/map-view .

Best,
Duru.

PS: Here, zoom also doesn't work, I will put it into related issue separately.

rdeboer’s picture

I can see, in Chrome and Safari, that the controls are garbled, but otherwise the map looks fine. When I click the marker, it even shows the photograph!
In Firefox this link http://new.durukanreklam.com/en/map-view takes even longer to come up.... here in Australia anyway... But it does and shows the controls in the same way...
Try slightly smaller sizes, maybe play with the width too... Rearrange your page layout.... Log a bug with Google....
There's little the IP Geolocation module can do
Sorry.

durum’s picture

Thanks for the time, Rik.

durum’s picture

Issue summary: View changes

Added image to body.