I have docs with a geo location field (coordinates I get from the user's browser), and I want to add a layer to my map - where those geo locations are mapped into regions map ?
like so -
All I have is coordinates . If its not possible with only coordinates, what data should I add - and is this data retrievable from the browser's api? (like navigator.geolocation)
The gist is that you can enrich your documents by adding a region identifier field so that later you can render your data as a choropleth map (region map).
The blog post focuses on custom boundaries, but you can upload the Administrative Regions dataset that contains both region and country codes.
this works great! unfortunately - my index is created from a data stream , so I needed to reindex the ds into a new regular index - and than ingest the data into the pipline (which worked). I would like to know is it possible to run this pipeline and rollover the ds (with each document passing thorough the pipeline), and also add this pipeline to the index settings
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.