Changes between Initial Version and Version 2 of Ticket #170
- Timestamp:
- 11/01/12 11:09:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #170
- Property Status new → assigned
-
TabularUnified Ticket #170 – Description
initial v2 12 12 $NOT_SUPPORTED = array(MS_INLINE, MS_SDE, MS_WMS, MS_WFS, MS_GRATICULE, MS_RASTER, MS_PLUGIN, MS_OGR); 13 13 14 search_results proposed changes...15 Propose using zoomToPoint function instead. It actually works better in my opinion since you don’t have to worry about those messy ids.16 17 <a id="gm-parcel-[OBJECTID]" class='sprite-control sprite-control-find-selected' style="padding-left: 22px" parcel-shape="[shpxy]" href="javascript:GeoMOOSE.zoomToPointsList(dojo.byId('gm-parcel-[OBJECTID]').getAttribute('parcel-shape'), 'EPSG:29615');">[E911_ADD]</a>18 19 TO20 <a class='sprite-control sprite-control-find-selected' style="padding-left: 22px;” href="javascript:GeoMOOSE.zoomToPoint([shpxy],100);">[E911_ADD]</a>21 14 22 15 Encode spaces in search value...