Skip to content
Snippets Groups Projects

ok

Merged Christian Pichot requested to merge master into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -58,10 +58,10 @@ const SearchMap = (props) => {
}),*/
'Circle': new Style({
stroke: new Stroke({
color: 'red',
color: 'green',
width: 2,
}),
radius: 5000,
radius: 1000,
fill: new Fill({
color: 'rgba(255,0,0,0.2)',
}),
@@ -251,7 +251,7 @@ const SearchMap = (props) => {
//vectorSource.addFeature(new Feature(new Circle([result.experimental_site.geo_point.longitude, result.experimental_site.geo_point.latitude],10)))
}
})
vectorSource.addFeature(new Feature(new Circle(proj.fromLonLat([2.0,41.0])),10000))
vectorSource.addFeature(new Feature(new Circle(proj.fromLonLat([2.0,41.0]),10000)))
}
}
Loading