You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from MediaWiki LTS 1.27 to LTS 1.31. SemanticMaps has been merged into Maps (as per the docs).
I have an extension that uses Geometry and PolygonValues. It used to be that Maps had Maps\Semantic\DataValues\GeoPolygonValue but this has been removed. Is there any documentation on how to migrate from SemanticMaps to Maps ~7.0.0 and use GeoPolygonValue?
I extend CoordinateValue and PolygonValue for some datatypes:
This code was removed because the features that used it where broken for over 2 years without anyone complaining. Both the code and features are not present in the latest version of Maps so there is no migration path.
You can just copy the code you are using from the old version of Maps / Semantic Maps.
Setup
Issue
Possibly related to #239 .
Upgrading from MediaWiki LTS 1.27 to LTS 1.31.
SemanticMaps
has been merged intoMaps
(as per the docs).I have an extension that uses
Geometry
andPolygonValues
. It used to be that Maps hadMaps\Semantic\DataValues\GeoPolygonValue
but this has been removed. Is there any documentation on how to migrate from SemanticMaps to Maps ~7.0.0 and use GeoPolygonValue?I extend CoordinateValue and PolygonValue for some datatypes:
The text was updated successfully, but these errors were encountered: