Skip to content

Instantly share code, notes, and snippets.

View berniefitz82's full-sized avatar
🏡
Coding

Bernie FitzGerald berniefitz82

🏡
Coding
View GitHub Profile
@spara
spara / WKT_examples
Created November 11, 2011 15:45
Examples of Well Known Text for simple feature types
Point: Point (10 10)
LineString: LineString ( 10 10, 20 20, 30 40)
Polygon: Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))
Multipoint: MultiPoint ((10 10), (20 20))
MultiLineString: MultiLineString ((10 10, 20 20), (15 15, 30 15))