This website requires JavaScript.
Explore
Help
Register
Sign In
MTSR
/
mapserver
Watch
3
Star
0
Fork
1
You've already forked mapserver
Code
Issues
Pull Requests
1
Packages
Projects
Releases
1
Wiki
Activity
f80be67618
mapserver
/
static
/
js
/
main.js
6 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
es6 with happy linter
2019-06-11 16:01:16 +03:00
import
{
getConfig
}
from
'./api.js'
;
import
{
setup
}
from
'./map.js'
;
getConfig
(
)
.
then
(
setup
)
;
Reference in New Issue
Copy Permalink