UMKC-Law / Parcel-Assessment-Tool

http://umkc-law.github.io/Parcel-Assessment-Tool
MIT License
4 stars 5 forks source link

Google Maps and Address API conversion AND search integration #36

Closed QuestofIranon closed 9 years ago

QuestofIranon commented 9 years ago

A few more commits have been made since my last edit.

Major changes:

I made a few more commits since I created this pull request.

The major changes from those commits are:

my old message:

These are the changes to the gh-pages branch I have made in the past month; Major Changes:

much of my work was over on my python-conversion branch, but it's not ready for running and may be abandoned.

QuestofIranon commented 9 years ago

So I found out that the issue I was having with cartodb was that even though I had maps set to public, some of the underlying datasets were set to private. This was why I was getting errors about named map and other restrictions.

Also pretty much any compatibility we had with leaflet is now gone. The code is now google maps dependent.

QuestofIranon commented 9 years ago

Just a heads up, I also switched to the bootstrap3 type ahead from cartodb's default jquery ui autocomplete This dropped the total required download size quite a bit, unfortunately I didn't bother to get the exact numbers.

It also seems to be quicker.

QuestofIranon commented 9 years ago

More changes:

QuestofIranon commented 9 years ago

Going to fix up the envelope and calculations now.