ROGUE-JCTD / MapLoom

MapLoom is a web mapping client based on OpenLayers 3. It provides full-featured editing capabilities for data stores in GeoServer - including PostGIS and GeoGig. For GeoGig layers, it lets you view history, and sync with other GeoGig repositories
MIT License
70 stars 66 forks source link

Table Filter / Case Sensitivity #120

Closed state-hiu closed 9 years ago

state-hiu commented 9 years ago

Could we add case insensitive filtering for the table view? Getting the right case on the first try requires knowing the case a priori and is not a great user experience.

Related Ebola GeoNode Issues: https://github.com/ebola-geonode/ebola_geonode/issues/47

ScottEvil commented 9 years ago

This is functional in the newest build of MapLoom. Note however in the ReadMe that it also requires some WPS components now to support statistics and heatmap (see updated ReadMe.md). There is one catch - the default behavior is exact match as opposed to contains. That could throw some users off. See https://github.com/ROGUE-JCTD/MapLoom/issues/122