Skip to content
Snippets Groups Projects

Add tracked players to map

Merged L4929 requested to merge 49-seurattavien-pelaajien-piirtaminen-karttaan into development
5 files
+ 128
29
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -252,14 +252,14 @@ class DrawTools extends Component {
onDeleteStop={this._onEditDeleteStop}
draw={{
circle: {
repeatMode: true, // allows using the tool again after finishing the previous shape
repeatMode: false, // allows using the tool again after finishing the previous shape
shapeOptions: {
color: "#f9f10c",
opacity: 1 // affects the outline only. for some reason it wasn't at full opacity, so this is needed for more clarity
}
},
rectangle: {
repeatMode: true
repeatMode: false
},
polygon: {
repeatMode: true,
Loading