Changed grid scale and offset to inset and added grid editor
This commit is contained in:
@@ -330,9 +330,7 @@ function Map({
|
||||
/>
|
||||
);
|
||||
|
||||
const mapGrid = map && map.showGrid && (
|
||||
<MapGrid map={map} gridSize={gridSizeNormalized} />
|
||||
);
|
||||
const mapGrid = map && map.showGrid && <MapGrid map={map} />;
|
||||
|
||||
const mapMeasure = (
|
||||
<MapMeasure
|
||||
|
||||
Reference in New Issue
Block a user