Skip to content

Commit 88bde77

Browse files
authored
Update 2025-03-18-geospatial-techno.md
1 parent f011374 commit 88bde77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-03-18-geospatial-techno.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here is an example of how to use the WFS insert feature in GeoServer:
6262
- GeoServer processes the transaction request. If successful, it adds the new feature to the road layer; if unsuccessful, a relevant error information is displayed and no changes are made to the data.
6363
- Navigate to the **Layer Preview** section and open up the **OpenLayers** preview for the `tasmania_roads` layer. Your map should now look like this:
6464

65-
<img src="/img/posts/2.26/WFS_InsertFeature.png" alt="WFS_InsertFeature" style="display:block; margin-left:auto; margin-right:auto; width:70%;"/>
65+
<img src="/img/posts/2.26/WFS_InsertFeature.png" alt="WFS_InsertFeature" style="display:block; margin-left:auto; margin-right:auto; width:50%;"/>
6666

6767
You have successfully used the insert feature with WFS transaction in GeoServer to add a new street to your dataset.
6868

@@ -94,7 +94,7 @@ Here are the steps to perform an update feature with WFS transaction in GeoServe
9494
- Enter the username and password to be authorized, and then press the **Submit** button.
9595
- After the GeoServer has processed the transaction request, go back to the **Layer Preview** section and open up the **OpenLayers** preview for the `tasmania_roads` layer. Your map should now look like this:
9696

97-
<img src="/img/posts/2.26/WFS_UpdateFeature.png" alt="WFS_UpdateFeature" style="display:block; margin-left:auto; margin-right:auto; width:70%;"/>
97+
<img src="/img/posts/2.26/WFS_UpdateFeature.png" alt="WFS_UpdateFeature" style="display:block; margin-left:auto; margin-right:auto; width:50%;"/>
9898

9999

100100
## WFS Delete Feature
@@ -116,7 +116,7 @@ This functionality gives users more control over their geospatial database, help
116116
- Enter the username and password to be authorized, and then press the **Submit** button.
117117
- After the GeoServer has processed the transaction request, preview for the `tasmania_roads` layer. As you can see, the features of type `Road` have been deleted.
118118

119-
<img src="/img/posts/2.26/WFS_DeleteFeature.png" alt="WFS_DeleteFeature" style="display:block; margin-left:auto; margin-right:auto; width:70%;"/>
119+
<img src="/img/posts/2.26/WFS_DeleteFeature.png" alt="WFS_DeleteFeature" style="display:block; margin-left:auto; margin-right:auto; width:50%;"/>
120120

121121
Remember that you can define filter conditions to remove the specific features using the WFS Delete transaction. This can include feature IDs, attributes, spatial extent or other criteria.
122122

@@ -133,4 +133,4 @@ Remember that you can define filter conditions to remove the specific features u
133133

134134
----
135135

136-
In this session, we took a brief journey to explore SLD styles and various filters in GeoServer. If you want to access the complete tutorial, click on the [link](https://www.youtube.com/watch?v=TIlo7UOAXKg&list=PL_ITaxp1Ob4sjk24Stboa5XbO0LGdEKbL).
136+
In this session, we took a brief journey to explore SLD styles and various filters in GeoServer. If you want to access the complete tutorial, click on the [link](https://www.youtube.com/watch?v=TIlo7UOAXKg&list=PL_ITaxp1Ob4sjk24Stboa5XbO0LGdEKbL).

0 commit comments

Comments
 (0)