Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some of the cities are missing name #2

Open
verybigelephants opened this issue Aug 17, 2020 · 0 comments
Open

some of the cities are missing name #2

verybigelephants opened this issue Aug 17, 2020 · 0 comments

Comments

@verybigelephants
Copy link

i have parsed the cities database fromcities_regions_districts_epsg_4326.geojson and some of them seem to be missing names, which i think they shouldn't. also, some of of these places have very weird "type" assigned

here is the debug output:

	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 301208848
	            [name] =>
	            [region] => Trenčiansky
	            [district] => Trenčín
	            [type] => village
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 18.0047495
	                    [1] => 48.8761136
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 302604883
	            [name] =>
	            [region] => Trenčiansky
	            [district] => Trenčín
	            [type] => village
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 17.9949948
	                    [1] => 48.8951971
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 311823837
	            [name] =>
	            [region] => Bratislavský
	            [district] => Bratislava IV
	            [type] => Psie skaly
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 17.0022659
	                    [1] => 48.1969035
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 382929983
	            [name] =>
	            [region] => Žilinský
	            [district] => Tvrdošín
	            [type] => Drevenný kostol
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 19.5587459
	                    [1] => 49.3364672
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 383883334
	            [name] =>
	            [region] => Žilinský
	            [district] => Liptovský Mikuláš
	            [type] => Vodopád
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 19.4860086
	                    [1] => 49.1786666
	                )
	
	        )
	
	)
	Array
	(
	    [type] => Feature
	    [properties] => Array
	        (
	            [osm_id] => 386005018
	            [name] =>
	            [region] => Nitriansky
	            [district] => Zlaté Moravce
	            [type] => village
	            [population] => 0
	        )
	
	    [geometry] => Array
	        (
	            [type] => Point
	            [coordinates] => Array
	                (
	                    [0] => 18.3253669
	                    [1] => 48.3884062
	                )
	
	        )
	
	)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant