Floris Wijgergangs

Results 12 comments of Floris Wijgergangs

I've got the same problem, any solution available?

Thanks for your reaction, looking forward to see your code. Thanks!

every entry has one address. its an website for real estate company. So every marker is an house for sale.

var map = new GoogleMaps.Map(document.getElementById("oh-map-map"), {"maxZoom":14,"api":true}); new GoogleMaps.Marker(map,{"address":"Patrijsstraat87Neede","content":"Patrijsstraat 87 Neede"}); new GoogleMaps.Marker(map,{"address":"Pastoor Scheepersstraat33Vragender","content":"Pastoor Scheepersstraat 33 Vragender"}); new GoogleMaps.Marker(map,{"address":"Kruiskamplaan138Eibergen","content":"Kruiskamplaan 138 Eibergen"}); new GoogleMaps.Marker(map,{"address":"Hoogkamp85Eibergen","content":"Hoogkamp 85 Eibergen"}); new GoogleMaps.Marker(map,{"address":"St Isidorushoeveweg23Rietmolen","content":"St Isidorushoeveweg 23 Rietmolen"});...

{% set options = { id: 'map', width: '100%', height: '900px', maxZoom: 14, } %} {{ craft.googleMaps.map(options) }} {% for entry in craft.entries.section('koopWoningen') %} {% set city = entry.plaatsnaam %}...

I use an XML to import (Feedme plugin) the houses into craft and I’m not able to put the addresses into the field group created by the plugin. So its...

Thanks for the feedback I’m trying to use the server side geocode. Ive include an googlemap field in the section ’koopwoningen’. With the automatic geocode configured. When I open an...

In attachment print screens. > Op 7 apr. 2015, om 17:53 heeft Justin Kimbrell het volgende geschreven: > > Can you take a screenshot of how you have your settings...

![schermafbeelding 2015-04-07 om 17 54 35](https://cloud.githubusercontent.com/assets/8255580/7027419/9cb474c2-dd4f-11e4-9006-62625d735b0f.png) ![schermafbeelding 2015-04-07 om 17 54 24](https://cloud.githubusercontent.com/assets/8255580/7027420/9cc93362-dd4f-11e4-99be-f32cf0154601.png)