old blog,

Replacing Plone Event Location field with a Google Map

Izhar Firdaus Izhar Firdaus Follow Support Nov 03, 2009 · 1 min read
Replacing Plone Event Location field with a Google Map
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Want Plone Event contenttype to have use a Google Map?

Use this : https://dev.inigo-tech.com/svn/base/inigo.eventlocationmap/trunk/

A Five product for replacing Location field in ATEvent to a Google Map field

Installing:

You will first need to deploy Products.Maps into your site first.

checkout the product into your buildout src directory::

cd $buildoutroot/src/
svn co \
https://dev.inigo-tech.com/svn/base/inigo.eventlocationmap/trunk/ \
inigo.eventlocationmap


In buildout.cfg::


[buildout]
....
eggs =
inigo.eventlocationmap

develop =
src/inigo.eventlocationmap

....

[instance]
....
zcml = inigo.eventlocationmap


The catch?

WARNING: this will break your existing event content, you need to migrate their location field to use longitude/latitude tuple

How to migrate? I'm still figuring it out myself.




Credits to Jarn AS for the excellent Products.Maps
Written by Izhar Firdaus Follow Support
I'm a system architect, data engineer and developer advocate with passion in Free / Open Source software, entrepreneurship, community building, education and martial art. I take enjoyment in bridging and bringing together different FOSS technologies to help businesses and organizations utilize IT infrastructure to aid and optimize their business and organizational process.

FOSS.My 2009 Early Bird Registration Ends TODAY!!!

Heads up to everyoneFOSS.My 2009 Early Bird Registration prices are ending TODAY!!If you havent registered, register now or you will ...

In old blog, Oct 15, 2009

« Previous Post

RMS & Me

Pic taken during FOSS.My 2009 when sending RMS to KLIA airport.

In old blog, Nov 07, 2009

Next Post »