Welcome guest, please Login or Register

EEC.MS - ExpressionEngine add-ons

You are here: HomeForum Home → Fieldtypes → MX Google Map → Thread

   

version 1.0.4 download (Last version - 1.0.4 07/26/2010) / bug tracker / future requests

Avatar
RankRankRankRank

Total Posts: 646

Joined 2010-07-13

PM

Change log
Fixed bug with “width” parameter
You can setup marker folder in global field setting
{exp:mx_google_map:search} – new parameter prefix=”“ for address request. Now you can hardcoded zipcode / country for searching.
Javascript was updated for prevent conflicts.

ToDo
InfoBox option for MX Google Map jQuery library

update: 07/27/2010 3:00pm

version 1.1.0rc download

     

Signature

Rank

Total Posts: 28

Joined 2010-07-21

PM

Hey Max

i’m trying to add an overlay with Google’s tutorial http://code.google.com/apis/maps/documentation/javascript/overlays.html#GroundOverlays

but I’m a noob at javascript and I don’t know where to place the code :s

Could this be easy to do for me ? Or could this be a future request ?

Thanks

William

     
Avatar
RankRankRankRank

Total Posts: 646

Joined 2010-07-13

PM

it will be possible if you will create the google map totally by native codes, w/o mx_google_map jquery library. But I can add it to todo.

     

Signature

Rank

Total Posts: 28

Joined 2010-07-21

PM

Would be great !! Can’t wait smile

     
Rank

Total Posts: 21

Joined 2010-07-24

PM

{exp:mx_google_map:search} – new parameter prefix=”“ for address request. Now you can hardcoded zipcode / country for searching.

Thanks very much Max.

     
Avatar
Rank

Total Posts: 12

Joined 2010-07-21

PM

Everything seems to be working for me but I can’t work out how to add multiple marker on the map. Your list of features includes:

- Support multi geo fields for entry
- Support multi markers per entry

 

     
Avatar
RankRankRankRank

Total Posts: 646

Joined 2010-07-13

PM

do you increase the “Maximum points” in the field setting (default = 1 marker)?

     

Signature

Avatar
Rank

Total Posts: 12

Joined 2010-07-21

PM

Sorry Max
I didn’t notice that it in the field settings.
I know I’m being very picky, but would it be better labelled “Maximum number of markers” ?

This is shaping up to be a very useful add-on and I’m looking forward to it getting out of beta.

     
Avatar
Rank

Total Posts: 12

Joined 2010-07-21

PM

Feature request:
InfoWindows
http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows
In the past I have built my own code to displays maps from the Google Map v2 api, but it’s not easy as I’m not good at javascript.

     
Avatar
Rank

Total Posts: 12

Joined 2010-07-21

PM

I’ve done some demos of what I’d like to be able to do.

The first picks up all the markers in multiple entries and puts a marker on the map and a clickable link in a side bar.
First example web page
The template code I used to get this result is in the attached file. But I would like to be able to use the icon saved with the entry.

The second uses the basic code you provide to display a map, bit it would be nice to be able to click on a marker and get an info window that contained a thumbnail of the image taken at that location plus any other text from the data array. This would mean having an additional field in the slide bar to hold the url of the image.
Second example web page

     

File Attachments

Avatar
RankRankRankRank

Total Posts: 646

Joined 2010-07-13

PM

1. InfoWindows in my ToDo list - possible will be done in next version.
2. I have point in todo make it in slidebar, but I will research it for templates too. Clickable link in a side bar it’s easy todo, but the question with style.
3. Custom field - ok. Can’t promise that it will be done in next version, but I will research it asap. I don’t want to add “just a new hardcoded field” - better to give options to add different custom field by yourself.

p.s. next version will be available on this week.

     

Signature

Rank

Total Posts: 28

Joined 2010-07-21

PM

Any news for the update Max ?

Also, when do you think I can expect the option to add an image overlay on the map ?

Thanks,
William

     
Avatar
RankRankRankRank

Total Posts: 646

Joined 2010-07-13

PM

Have unplanned project in last 6 days. Working hard with version now – will be a lot new functions, so I don’t want to release a raw version.

     

Signature

Rank

Total Posts: 28

Joined 2010-07-21

PM

Can’t wait ! :D

     
Avatar
RankRankRankRank

Total Posts: 646

Joined 2010-07-13

PM

So team,
it’s last chance to give idea of some new functions for next 1.5 month - I planed to frozen next version(only bug fixing)  because before EECI I need to finished another great add-ons (theGrid, Linker, UniEditor2 with universal FM) which I promise to community.

What was done at this moment:
1. infoWindows
2. Simple SAEF - you can entered address and the fieldtype automatically convert this address into marker.
3. Custom fields (btw with custom fields MX Google Map really closed to theGrid structure smile or habitual to say - like Matrix : markers - row, fields - column. So possible I can add more func. with this during theGrid developing.)

in developing:
1. Markers list

Do I forget something?

trenkwill regarding overlay, look, I research this function and the major problem what I see here – you need to setup coordinates for left top and bottom-right corner. It’s easy to me to add JS func. which will help to create overlays more easily (like markers)

overlays[{ 
      left
55.7978228,
      
top37.5625917,
      
right55.7978228,
      
bottom37.5625917,
      
img""
}] 

But the question where takes this coordinates?

     

Signature

Rank

Total Posts: 28

Joined 2010-07-21

PM

What do you mean by where takes this coordinates ?