Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 803 Bytes

refugeetransit-data

Data repository for refugeetransit project

Data source

The data originates from refugeemap.com.

refugeemap.com

Data conversion

The original data comes as compressed KMZ which can be unarchived as KML. In order to being consumed in the Android application the KML must be converted into GeoJSON. However, when converting into GeoJSON the icon references used on the original map are lost. To keep this information the value from <styleUrl>...</styleUrl> we copy the value into the <ExtendedData> node.

Example for the added node

<Data name='poitype'>
	<value>#icon-503-4186F0</value>
</Data>