Skip to content

Instantly share code, notes, and snippets.

@rastermanden
Created February 13, 2013 09:43
Show Gist options
  • Save rastermanden/4943383 to your computer and use it in GitHub Desktop.
Save rastermanden/4943383 to your computer and use it in GitHub Desktop.
POST: septimamaps create map
curl --dump-header - -H "Content-Type: application/json" -X POST --data '{
"extent":{
"name":"Randers kommune",
"x_max":123.0,
"x_min":123.0,
"y_max":123.0,
"y_min":23.0
},
"layer":[
{
"crs":"25832",
"host":"http://localhost/wms?",
"id":1,
"name":"skoler",
"resource_uri":"/api/v1/layer/1/",
"type":"WMS"
}
],
"name":"Randers kommune222",
"name_slug":"randers-kommune-222",
"type":"OL"
}' http://127.0.0.1:8000/api/v1/maps/ -u martinjensen:123Portal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment