Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install keas.googlemap

How to install keas.googlemap

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install keas.googlemap
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.6.0 Available View build log
Windows (64-bit)
0.6.0 Available View build log
Mac OS X (10.5+)
0.6.0 Available View build log
Linux (32-bit)
0.6.0 Available View build log
Linux (64-bit)
0.6.0 Available View build log
 
License
ZPL 2.1
Lastest release
version 0.6.0 on Jan 5th, 2011

Zope 3 Google Map Integration

Introduction

The keas.googlemap package provides an easy way to bring google maps into your zope 3 applications. Some of the features of keas.googlemap are:

  • Look up geocodes (latitude and longitude coordinates) for any

System Message: WARNING/2 (<string>, line 15)

Bullet list ends without a blank line; unexpected unindent.

query string

  • Manage Google Map API keys for multiple domains
  • Sort geocodes by distance using the haversine function
  • Python representation of a google map that will render all the

System Message: WARNING/2 (<string>, line 22)

Bullet list ends without a blank line; unexpected unindent.

necessary javascript to display the map, including geocode markers.

Demo

See for yourself what keas.googlemap is capable of by running the demo. To run the demo, type the following commands:

Download the source from the Zope subversion repository:

$ svn co svn://svn.zope.org/repos/main/keas.googlemap/trunk keas.googlemap
$ cd keas.googlemap

Run the bootstrap.py and buildout scripts:

$ python bootstrap.py
$ ./bin/buildout

Start the demo server:

$ ./bin/demo fg

You should now be able to go http://localhost:8080 and see a google map with options for how the google map should be displayed.

Live Demo

If you are too lazy to try out the demo yourself, you can also see it running at http://demo.carduner.net/keas.googlemap/

CHANGES

Version 0.6.0 (2009-07-26)
  • Feature: Updated text to latest packages.
Version 0.5.1 (2008-11-07)
  • Bug: Fix error with non-lating geocode queries.

  • Feature: You can now do:

    System Message: WARNING/2 (<string>, line 70)

    Literal block expected; none found.

<script tal:replace="provider:keas.googlemap.browser.interfaces.IJavaScript" />

and magically get all the necessary javascript viewlets to use the google map.

  • Feature: marker now has a popupOnLoad attribute that can be set to True

System Message: WARNING/2 (<string>, line 78)

Bullet list ends without a blank line; unexpected unindent.

to get marker's info window displayed when page is loaded, not only when marker is clicked. Note that only one marker can have popupOnLoad == True.

Version 0.5.0 (2008-07-28)
  • Initial Release
  • Look up geocodes (latitude and longitude coordinates) for any

System Message: WARNING/2 (<string>, line 87)

Bullet list ends without a blank line; unexpected unindent.

query string

  • Manage Google Map API keys for multiple domains
  • Sort geocodes by distance using the haversine function
  • Python representation of a google map that will render all the

System Message: WARNING/2 (<string>, line 94)

Bullet list ends without a blank line; unexpected unindent.

necessary javascript to display the map, including geocode markers.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.