Hoppa till huvudinnehållet

Create and download offline area in Go

Kommentarer

2 kommentarer

  • Hugues Morenne

    Hello ! 

     

    I've used this kind of values in the Run Operation  for offline.create-area

    ={
    "title" : $form1.state.ListeZones.value, 
    "areaDetails" : {
       "areaOfInterest" : $LaGeomDeLaZone.result,
       "minScale" : 100.0,
       "includeAttachments" : true   
    },
    "mapExtension" : $map.map.mapExt

    }

     

    title : what you want ( here , coming from a form )

    areaDetails :

    • areaOfInterest : is any kind of geometry
    • you can add maxScale if needed

    I don't know what is mapExtension for (but comes from a get map activity ) 

    I hope it will help you. It works fine for me

    BR

    Hugues

    1
  • Berend Veldkamp

    Thanks Hugues,

    My main problem appeared to be the $mapExtension settings. One can use either $map.map.extension or $map.map.mapExt for that.

     

    0

Du måste logga in om du vill lämna en kommentar.