5
Harici GeoJSON dosyasını Leaflet haritasına mı yüklüyorsunuz?
Broşür haritama bir geoJSON (poligon) dosyası yüklemek istiyorum. GeoJSON'un javascript koduna gömülü olduğu örnekleri gördüm ancak harici bir dosya ile nasıl yapıldığını gösteren hiçbir örnek bulamıyorum. <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" /> <script src="usStates.geojson" type="text/javascript"></script> <style> html, body, #map { height: 100%; } body { …