koopjs / koop-provider-elasticsearch

A provider for koop that can connect to one or more elastic search instances and turn indices/aliases into individual feature services.
Apache License 2.0
13 stars 4 forks source link

Improvement: Support utf-8 encoding with text fields #52

Open zakhtar1998 opened 2 years ago

zakhtar1998 commented 2 years ago

Hello developers,

I have several tweet texts in elasticsearch stored as a text, but since they contain emojis which are utf-8 encoded and when i try to display the text on the map, the emojis don't show up properly. Therefore, one suggestion is to incorporate this functionality if its possible.

image

Thanks