MassGIS / morisoliver

Automatically exported from code.google.com/p/morisoliver
2 stars 2 forks source link

use bing's jsonp in place of proxied json #243

Open cgalvarino opened 9 years ago

cgalvarino commented 9 years ago

requires a change to the YUI version in e.g. oliver.php

cgalvarino commented 9 years ago

@MassGIS Aleda, if you want to give the Bing JSONP a try, can you make your way to download the map.js that is inside this pull request? This link should work, https://raw.githubusercontent.com/MassGIS/morisoliver/bing_jsonp/js/map.js.

You will also need to change the YUI version being pulled down in your control .php, e.g. oliver.php. The YUI line needs to be changed to:

<script type="text/javascript" src="http://yui.yahooapis.com/3.18.1/build/yui/yui-min.js"></script>

Since we rely heavily on YUI, I want to make sure this doesn't break anything. Fortunately we only rely on a couple of YUI pieces: the parts that fire all the goodies for queries (which seem to be working fine w/ this version) and printing (hard for me to test here).

MassGIS commented 8 years ago

Now that we're going to use Google geocoding instead of Bing I won't merge this, but leave it here.