@ -8,6 +8,7 @@
<openerp >
<data >
<!-- Interesting source of information: http://northwestspatial.com/wp/?p=38 -->
<record id= "google_maps" model= "map.website" >
<field name= "name" > Google Maps</field>
<field name= "address_url" > https://www.google.com/maps?ie=UTF8& q={ADDRESS}</field>
@ -32,7 +33,7 @@
<record id= "bing_maps" model= "map.website" >
<field name= "name" > Bing Maps</field>
<field name= "address_url" > https://www.bing.com/maps/default.aspx?where1={ADDRESS}</field>
<field name= "lat_lon_url" > https://www.bing.com/maps/default.aspx?cp={LATITUDE}~ {LONGITUDE}& lvl=15</field>
<field name= "lat_lon_url" > https://www.bing.com/maps/default.aspx?where1={LATITUDE}, {LONGITUDE}& lvl=15</field>
</record>
<record id= "here" model= "map.website" >
@ -51,5 +52,13 @@
<field name= "route_lat_lon_url" > http://mapq.st/directions?saddr={START_LATITUDE},{START_LONGITUDE}& daddr={DEST_LATITUDE},{DEST_LONGITUDE}</field>
</record>
<record id= "yahoo_maps" model= "map.website" >
<field name= "name" > Yahoo! Maps</field>
<field name= "address_url" > https://maps.yahoo.com/place/?addr={ADDRESS}</field>
<field name= "lat_lon_url" > https://maps.yahoo.com/place/?lat={LATITUDE}& lon={LONGITUDE}</field>
<field name= "route_address_url" > https://maps.yahoo.com/directions/?o={START_ADDRESS}& d={DEST_ADDRESS}</field>
</record>
</data>
</openerp>