Esri/react-arcgis

How to show the blank map with all map operations.

Closed this issue · 2 comments

My requirement is to show the blank screen for the map(empty white screen).
Only the map image should not appear, rather white blank white screen should and all operations of the map should perform. If any Point is created that point should show on that blank screen.

Can you please suggest me, What is basemap property should be given? Or How can I make it?

It looks like this repository gives a default of streets-vector if none is specified, correct? I wonder what happens if you send an empty string as the basemap prop - have you tried that?

One workaround could be to use esri-loader directly instead of react-arcgis (see second paragraph of the README) - what you want to do (white, empty basemap) seems to work with esri-loader directly.