diff options
Diffstat (limited to 'src/boost/libs/geometry/example/data/cities.wkt')
-rw-r--r-- | src/boost/libs/geometry/example/data/cities.wkt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/libs/geometry/example/data/cities.wkt b/src/boost/libs/geometry/example/data/cities.wkt new file mode 100644 index 000000000..6a1feaa13 --- /dev/null +++ b/src/boost/libs/geometry/example/data/cities.wkt @@ -0,0 +1,10 @@ +# Source: http://www.realestate3d.com/gps/latlong.htm +# Note: selected and converted manually +POINT( -71.03 42.37) ; Boston +POINT( -87.65 41.90) ; Chicago +POINT( -95.35 29.97) ; Houston +POINT(-118.40 33.93) ; Los Angeles +POINT( -80.28 25.82) ; Miami +POINT( -73.98 40.77) ; New York +POINT(-112.02 33.43) ; Phoenix +POINT( -77.04 38.85) ; Washington DC |