Replies: 1 comment 6 replies
-
@nicokant The maps API expects two different types of information:
You can see the two blocks of information sent when a new map is created from the client: The connection between the layers configuration inside the The second is the internal representation of the map configuration from MapStore. The GeoNode backend ignores it. It just take it and saves it in the DB. So, for the moment, the programmatic creation of a map as you view it in the map viewer is not supported. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to migrate some maps from a geonode 3 to a geonode 4 instance, I see that there is a REST API available to create maps in geonode 4 and it's used by the mapstore client, but it's not clear how to use it since it expects lots of nested data and the REST documentation is not explicit about it. Could you provide an example of a valid request/template request of the required parameters?
Beta Was this translation helpful? Give feedback.
All reactions