NJCoast / cyberspatial

NJCoast CyberSpatial Framework based on GeoNode
2 stars 4 forks source link

Fix squares in annotation shapes #194

Closed mkrusche closed 6 years ago

mkrusche commented 6 years ago

Reduce the size of the squares all drawable shapes.

Omegaice commented 6 years ago

Problem is due to leaflet thinking that the computer has touch support enabled.

https://github.com/Leaflet/Leaflet.draw/blob/1dda7fa96c9a1dc71a5f46d7c832169962a5c0d0/src/draw/handler/Draw.Polyline.js#L50

Omegaice commented 6 years ago

For now assume that we are not using a touch screen.