File tree 4 files changed +26
-6
lines changed
src/main/java/com/harmonia/cesiumsamples
4 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.cesiumjs</groupId >
5
5
<artifactId >cesium-gwt</artifactId >
6
- <version >0.1.1-SNAPSHOT</version >
6
+ <version >0.1.1</version >
7
+ <!--
8
+ <version>0.2.0-SNAPSHOT</version>
9
+ -->
7
10
</parent >
8
11
9
12
<modelVersion >4.0.0</modelVersion >
13
16
<properties >
14
17
<webappDirectory >${project.build.directory}/${project.build.finalName}</webappDirectory >
15
18
</properties >
19
+
20
+ <distributionManagement >
21
+ <repository >
22
+ <id >nexus</id >
23
+ <name >Harmonia Release Repository</name >
24
+ <url >http://nexus.internal.harmonia.com:8081/nexus/content/repositories/releases</url >
25
+ </repository >
26
+ <snapshotRepository >
27
+ <id >nexus</id >
28
+ <name >Harmonia Snapshot Repository</name >
29
+ <url >http://nexus.internal.harmonia.com:8081/nexus/content/repositories/snapshots</url >
30
+ </snapshotRepository >
31
+ </distributionManagement >
16
32
17
33
<build >
18
34
<resources >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.cesiumjs</groupId >
4
4
<artifactId >cesium-gwt</artifactId >
5
- <version >0.1.1-SNAPSHOT</version >
5
+ <version >0.1.1</version >
6
+ <!--
7
+ <version>0.2.0-SNAPSHOT</version>
8
+ -->
6
9
</parent >
7
10
8
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 3
3
import org .cesiumjs .cesium .Billboard ;
4
4
import org .cesiumjs .cesium .BillboardCollection ;
5
5
import org .cesiumjs .cesium .BoundingRectangle ;
6
- import org .cesiumjs .cesium .Camera ;
7
6
import org .cesiumjs .cesium .Cartesian2 ;
8
7
import org .cesiumjs .cesium .Cartesian3 ;
9
8
import org .cesiumjs .cesium .CesiumConfiguration ;
15
14
import org .cesiumjs .cesium .LabelCollection ;
16
15
import org .cesiumjs .cesium .Scene ;
17
16
import org .cesiumjs .cesium .VerticalOrigin ;
18
- import org .cesiumjs .js .JsFunctionCallback ;
19
17
20
18
import com .google .gwt .dom .client .Element ;
21
19
import com .google .gwt .dom .client .Style .Unit ;
27
25
28
26
public class ZoomToCesium extends DockLayoutPanel {
29
27
30
- private static final String WHITE_SHAPES_IMAGE = "/ Cesium-1.0/Apps/Sandcastle/images/whiteShapes.png" ;
28
+ private static final String WHITE_SHAPES_IMAGE = "Cesium-1.0/Apps/Sandcastle/images/whiteShapes.png" ;
31
29
32
30
private static final int [][] WHITE_SHAPES_BOUNDS = {
33
31
// JavaScript BoundingRectangle objects
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.cesiumjs</groupId >
4
4
<artifactId >cesium-gwt</artifactId >
5
- <version >0.1.1-SNAPSHOT</version >
5
+ <version >0.1.1</version >
6
+ <!--
7
+ <version>0.2.0-SNAPSHOT</version>
8
+ -->
6
9
<packaging >pom</packaging >
7
10
8
11
<modules >
You can’t perform that action at this time.
0 commit comments