Tutorial - Simple Point
First, let's create our map and add a base map. Also, to keep it simple, we import our data inline.
Step 1
Active
Inactive
We create a layer first.
Step 2
Active
Inactive
Then create point feature and set the data.
Step 3
Active
Inactive
We can also use GeoJSON and the GeoJSON reader to create the point feature.
Step 3-B
Active
Inactive
We could change the style of our point feature.
Step 4
Active
Inactive
We can make the points draggable.
Step 5
Active
Inactive