This method returns the type of geometry. It removes the Multi prefix because for the geoviewRenderer, a MultiPoint has
the same behaviour than a Point.
Parameters
feature: FeatureLike
The feature to check
Returns TypeStyleGeometry
The type of geometry (Point, LineString, Polygon).
This method returns the type of geometry. It removes the Multi prefix because for the geoviewRenderer, a MultiPoint has the same behaviour than a Point.