WSDOT-GIS / GeoPortal

Source code for WSDOT GeoPortal application
http://www.wsdot.wa.gov/mapsdata/tools/geoportal_ext.htm
1 stars 1 forks source link

Replace custom htmlPopupExtensions with built-in equivalents #21

Open JeffJacobson opened 9 years ago

JeffJacobson commented 9 years ago

The functionality of htmlPopupExtensions.js is now possible with built-in methods in the JavaScript API. Eliminate htmlPopupExtensions.js and modify the code for handling configurations to use the built in methods.

This should fix issue #20.