Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
593 views
in Technique[技术] by (71.8m points)

ajax - django, google maps integration

I'm in need of integrating a django application with a visually intuitive google-maps interface, for the purpose of radio dispatched security guards/emt's.

I'm already using GeoDjango, although it appears it may be a bit overkill for the specific use. At any rate it's already making the geospatial processing on the server as easy as I need it to be.

But my javascript is weak enough without having to build an ajax rpc layer on my own. are there any tools or techniques that can help this?

Edit: To clarify, i'm not asking about how to use google maps api. as this post explains, google gives good documentation, and there are many examples on the web, from google or otherwise, that explains how to use the api, stand-alone. Django has good documentation too.

It's using them together that's slowing me down.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

A bit late, but there is a http://pypi.python.org/pypi/django-easy-maps app that makes Google Maps integration painless for simple cases (displaying a map for an address).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...