dashboard
repositories
filestore
activity
search
login
main
/
map3d
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
菜单更新
zengh
2020-11-13
9203485de3e10610aea83d38f960945fd9f5b3b3
[map3d.git]
/
corelib
/
dojox
/
geo
/
openlayers
/
Geometry.js
1
2
//>>built
define(["dojo/_base/declare"],function(a){return a("dojox.geo.openlayers.Geometry",null,{coordinates:null,shape:null,constructor:function(a){this.coordinates=a}})});