HT wants Blüh to sort Blue Blüh Blum Blz rather than the default Blue Blum Blz Blüh Here's the original code to sort the json by name using just the raw unicode thisCatFeatures.sort(function(a, b) { var aName = a.getProperties().name.toUpperCase(); var… Read More
Archives for: "February 2020"
February 12, 2020
February 7, 2020
Before, alpha sorting distinguished umlauted characters from non, so would sort like this: Baa Bad Bag Bäa Bäd Bäg Whereas HT wants Baa Bäa Bad Bäd Bag Bäg I created a person_name_normal field and put into it the person_last_name field, and then went… Read More