Changes between Version 4 and Version 5 of GoogleSummerCode2018
- Timestamp:
- 01/19/18 10:57:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleSummerCode2018
v4 v5 8 8 9 9 ''Languages and APIs'': Python, JavaScript and JavaScript APIs such as, require.js, bootstrap and OL3. 10 11 12 ''Test for potential students:'' 13 Task 1: 14 Write a Python program to construct an array by repeating. 15 Sample array: [1, 2, 3, 4] 16 Expected Output: 17 Original array 18 [1, 2, 3, 4] 19 Repeating 2 times 20 [1 2 3 4 1 2 3 4] 21 Repeating 3 times 22 [1 2 3 4 1 2 3 4 1 2 3 4] 23 24 25 Task 2: 26 Create a basic web map using OpenLayers displaying json layer, also ensure that you bootstrap the page.