Changes between Initial Version and Version 2 of Ticket #170


Ignore:
Timestamp:
Nov 1, 2012, 11:09:52 AM (12 years ago)
Author:
bfischer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #170

    • Property Status newassigned
  • Ticket #170 – Description

    initial v2  
    1212$NOT_SUPPORTED = array(MS_INLINE, MS_SDE, MS_WMS, MS_WFS, MS_GRATICULE, MS_RASTER, MS_PLUGIN, MS_OGR);
    1313
    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 TO
    20 <a class='sprite-control sprite-control-find-selected' style="padding-left: 22px;” href="javascript:GeoMOOSE.zoomToPoint([shpxy],100);">[E911_ADD]</a>
    2114
    2215Encode spaces in search value...