Sha256: 0f4c10050cfff7b272c0728e46f437f9f557ea9eca3f3584da736988bdd8018e
Contents?: true
Size: 223 Bytes
Versions: 7
Compression:
Stored size: 223 Bytes
Contents
module GeoCombine module GeometryTypes def geometry_types { 'esriGeometryPoint' => 'Point', 'esriGeometryPolygon' => 'Polygon', 'esriGeometryPolyline' => 'Line' } end end end
Version data entries
7 entries across 7 versions & 1 rubygems