Workaround para evitar globos deformados.
[ecomupi.git] / include / maps / NEWS
blob7d202c10d01f0778b52c6e889a81158678d5e771
1 2.5
2 ---
4 fix "from address" bug (Thomas Jackson, mohrt)
6 2.4
7 ---
9 fix a couple bugs with drawing the javascript map (drakos7,nmweb,mohrt)
10 fix lat/lon decimal when locale uses a comma (mohrt, Rene Schmidt)
11 fix javascript escapement errors (Greg Wilson, Jerome Combaz, mohrt)
13 2.3
14 ---
16 * fixed db_cache_insert table issue (ezar, mohrt)
18 2.2
19 ---
21 * add geoGetDistance() to compute distance between two coords
22   using great circle distance formula (mohrt)
23 * update Google lookup to use official Google geo API (mohrt)
25 2.1
26 ---
28 * fix adjustCenterCoords to cast values as floats (hemmeter, mohrt)
29 * made GOOGLE default lookup service
30 * added support for tabbed info windows: pass an array of title => html pairs as the $html argument
31   to addMarker. Directions, if enabled, appear in the first tab. (clark)
32 * minor bugfix: only zoom encompass if there are two or more markers (clark)
33 * added print/getOnLoad() so you can set window onload dynamically (Vaughn Anderson)
34 * add (dis/en)ableOverviewControl() features (Antonio Costa, monte)
35 * add (dis/en)ableScaleControl() features (Antonio Costa, monte)
36 * use first suggestion with "Did you mean" result from google lookups, avoid loops, add property $use_suggest (Angelo Conforti,  monte)
37 * make GEOCODES db table configurable (Angelo Conforti, monte)
39 2.0
40 ---
42 * converted map type constants to G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP,
43   for version 2 of Google Map api.
44 * fixed up driving direction HTML, remove <p>, add <div> (John Schulz, monte)
45 * Moved to version 2 of the Google Maps JS API. (clark)
46   Now use the GMap2 class instead of GMap and GLatLng instead of
47   GPoint (for lat/lon pairs) along with other minor changes. 
48 * zoom encompass loop replaced by a new official function, map.getBoundsZoomLevel(bds),
49   which returns the appropriate zoom level for a given GBounds object. (clark)
50 * Converted three sections of the getMapJS() function into their own functions:
51   getAddMarkersJS(), getPolylineJS(), and getCreateMarkerJS(), so that they can be extended
52   by subclasses. (clark)
53 * fix zoom encompass fudge factor bug; now apply the fudge factor in
54   getMapJS(), just before we zoom. (clark)
55 * addMarkerByAddress and addPolyLineByAddress now call addMarkerByCoords
56   and addPolyLineByCoords instead of duplicating the code (clark)
57 * added setBoundsFudge() (clark)
59 1.7
60 ---
62 * fix compatability problem with older PHP
63   (change print_r to serialize) (monte)
64 * fix bug with sidebar index counter (monte)
65 * make map direction html more configurable with css and js (monte)
66 * added more error checking to google geocoord lookups (monte)
67 * add fudge factor to zoom_encompass so markers
68   are away from the edges (monte)
70 1.6
71 ---
73 * move driving dir output to property var (monte)
74 * add <div> ids to driving dirs (monte)
75 * fix problem with quotes in titles of driving dir (monte)
76 * fix driving dir wrapping (monte)
77 * fix problem with empty lat/lon values (monte)
78 * move some js funcs around, test for map <div> tag (monte)
79 * don't supply style tags to <div> if width and height empty (monte)
80 * add js function show_info_window() (monte)
81 * track points and markers in global js arrays (monte)
82 * make the map js var global (monte)
83 * fix bug with icon anchor positioning (monte)
84 * add enableInfoWindow() and disableInfoWindow() (monte)
85 * remove unused message_id (monte)
87 1.5
88 ---
90 * add setLookupService() to switch between geocode lookup services (monte)
91 * add addMarkerIcon() for setting icons for individual map markers (Clark Freifeld)
92 * add $zoom_encompass so default map zoom closely encompasses map markers (Clark
93 Friefeld)
94 * change markder defaults to more closely match google map defaults when none
95 are given (Clark Freifeld)
97 1.4
98 ---
100 * split out URL fetching to its own method so it can be easily overridden (monte)
101 * wrap <div> tags inside javascript for browser compatability (Jake Krohn, monte)
102 * make HTML markers display properly in firefox 1.5 (Jake Krohn, monte)
103 * fixed bug with sidebar disabled (monte)
108 * remove debug print_r statement from geoGetCoords() function (monte)
109 * fixed bug when setting map type and disabling map controls (John Francis Lee, monte)
114 * added UTF-8 charset setting to <javascript> tags to work with IE in all langs (KADO, monte)
115 * fix issue with multiple lat/lon findings from yahoo (andig,monte)
116 * add setMapType() function (Isidor128,monte)
117 * allow double quotes in title/html of markers (monte)
118 * allow width/height in either px or % (TGKnIght,monte)
119 * add setZoomLevel() function (monte)
124 * replaced GoogleMapAPI.class.php with GOOD version, 1.0 had incorrect file!
129 initial release