Remove the resolutions list in sphere-mollweide example
This commit is contained in:
committed by
Olivier Guyot
parent
3ac46ad10b
commit
05bf1d8f4a
@@ -37,7 +37,6 @@ const map = new Map({
|
||||
view: new View({
|
||||
center: [0, 0],
|
||||
projection: sphereMollweideProjection,
|
||||
resolutions: [65536, 32768, 16384, 8192, 4096, 2048],
|
||||
zoom: 0
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user