You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,14 @@ The project API is available from Google CDN and can be linked and called direct
50
50
51
51
Embedding of a globe in your own web is then extremely easy.
52
52
53
-
### From custom server or even offline
53
+
### From custom server or even offline
54
54
55
55
Because the project is 100% open-source, the complete code can be hosted also on your own website or distributed with applications. Ready to use API releases are at: https://github.com/webglearth/webglearth2/releases
56
56
57
57
With custom rendered map tiles (made with http://www.maptiler.com/) the project can be used on intranets, in restricted environments or even offline. The API should be accessed via HTTP protocol (possibly via localhost).
58
58
59
59
60
-
## Development and building
60
+
## Development and building
61
61
62
62
* Clone the code from GitHub, including the submodules (cesium).
63
63
* Use `make cesium` to build the required component.
0 commit comments