Merge pull request #1021 from davinkevin/openlayers
feat(openlayers): add openlayers which should replace the ol3 package
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"main": "ol",
|
||||||
|
"dependencies": {
|
||||||
|
"css": "jspm:css@*"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"ol": {
|
||||||
|
"deps": ["./ol.css!"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user