The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
45 views

Any ideas on how to create a 'find properties near me' feature on EE?

I'm working on an estate agents website and am looking to create a 'find properties near me' feature. Any ideas on how I might do this will be gratefully received! Thanks in advance, Tom
1
vote
0answers
14 views

Cant get the map shown from channel entry

I am trying to get one map to be shown that is actually a channel field, using Google Maps For ExpressionEngine. What i have done: 1- created a channel called "retkeilykohteet" 2- set own statusgroup ...
0
votes
1answer
71 views

How to make jquery UI Tabs + Google Maps for ExpressionEngine play nice together

Anyone have any ideas how to make this work? Here's my live test example. My example demonstrates Google Maps (almost) in action within jQuery UI tabs. Notice that the maps don't fully initialize ...
1
vote
1answer
15 views

What may cause a GeoRequest:Can't connect to source; error in Expression Engine?

One of the clients the company I work for uses Expression Engine for their custom site. It was built roughly 2+ years before I hired in, and it’s our only EE site. The person who built it left the ...
0
votes
1answer
34 views

Map centering issue in SafeCracker form with Google Maps for EE

I'm using Google Maps for EE in a SafeCracker form, and the map field is within some jQuery tabs. I previously had an issue with the map not displaying correctly if it wasn't on the first tab that ...
1
vote
1answer
24 views

Google Maps for EE, not showing all entries?

I have Google Maps for EE installed, and I am using it to display a full page map with all my entries on. (Currently at about 150 entries). However at least the first 50 of these entries are not ...
3
votes
2answers
83 views

Can I use custom map image tiles with Google Maps for ExpressionEngine?

I need to display a Google Map with markers generated from Channel Fields, using a custom map tile instead of Google's satellite imagery. If I know where corners/points of my image map to exact ...
2
votes
1answer
44 views

Couple of Google Maps for EE questions

I recently switched from MX Google maps, to Google Maps for EE, and so far it's been pretty good. I do however just have a couple of issues that I hope I can fix up. I have a map within a safecracker ...
5
votes
4answers
147 views

Maps solutions for EE

I run a website (walkiees.co.uk) that lists dog walks. The site runs by users adding dog walks to the site via a safecracker form. I have a MX Google Maps field, which the user uses in the ...
7
votes
4answers
288 views

Hiding/Showing Google Maps for ExpressionEngine

Using Objective HTMLs "Google Maps for ExpressionEngine" we can get the 3 maps from this query to show: {exp:channel:entries channel="events" orderby="events_start_date" sort="desc"} {if count == ...
1
vote
1answer
108 views

When using Google Maps for EE, why does my third map (out of 3) appear correctly while the others are static images?

Using Objective HTMLs "Google Maps for ExpressionEngine" plugin this query returns 3 records and it is giving me the first two maps as staic maps and third map as a live map: {exp:channel:entries ...
3
votes
1answer
52 views

Google Maps: Show results with multiple statuses

In Google Maps, I'm using {exp:gmap:search} and {exp:gmap:results} to create a search form and results listing. How can I show entries with multiple statuses? I know I can put a hidden field in the ...
4
votes
1answer
125 views

Clustering two identical markers in Google Maps for EE

I'm using the clustering feature in Google Maps for EE version 3.0.190 to plot people on a map, but have a problem as some people have the exact same coordinates as they're based at the same address. ...
5
votes
1answer
96 views

Why is MX Google Map not resizing in tab?

I am using MX Google Map to display a basic map. This map happens to be in a tab (Bootstrap). Here is the code for the basic tab. <div class="masthead-image tab-content"> <div ...