修改 cesium地图
parent
098a49b1c9
commit
5decd4f179
|
|
@ -613,6 +613,7 @@ function Add(props) {
|
||||||
longitude={mapLng}
|
longitude={mapLng}
|
||||||
latitude={mapLat}
|
latitude={mapLat}
|
||||||
onConfirm={handleMapConfirm}
|
onConfirm={handleMapConfirm}
|
||||||
|
type="cesium"
|
||||||
/>
|
/>
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -503,6 +503,7 @@ function Add(props) {
|
||||||
longitude={mapLng}
|
longitude={mapLng}
|
||||||
latitude={mapLat}
|
latitude={mapLat}
|
||||||
onConfirm={handleMapConfirm}
|
onConfirm={handleMapConfirm}
|
||||||
|
type="cesium"
|
||||||
/>
|
/>
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,7 @@ function Add(props) {
|
||||||
longitude={mapLng}
|
longitude={mapLng}
|
||||||
latitude={mapLat}
|
latitude={mapLat}
|
||||||
onConfirm={handleMapConfirm}
|
onConfirm={handleMapConfirm}
|
||||||
|
type="cesium"
|
||||||
/>
|
/>
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue