Api session items overlays: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
"attributes" : { | "attributes" : { | ||
"FOO" : [ 1.0 ], | "FOO" : [ 1.0 ], | ||
"PINO" : [ | "PINO" : [ 23.52808 ], | ||
"SINGLE" : [ 75.624039 ], | "SINGLE" : [ 75.624039 ], | ||
"SJAAKIE" : [ | "SJAAKIE" : [ 10.919039 ] | ||
}, | }, | ||
"colorMultiplier" : 1.0, | "colorMultiplier" : 1.0, | ||
| Line 21: | Line 21: | ||
"legend" : [ ], | "legend" : [ ], | ||
"maquetteOverride" : null, | "maquetteOverride" : null, | ||
"name" : " | "name" : "u07At", | ||
"parentID" : -1, | "parentID" : -1, | ||
"sortIndex" : 52, | "sortIndex" : 52, | ||
| Line 82: | Line 82: | ||
} ], | } ], | ||
"maquetteOverride" : null, | "maquetteOverride" : null, | ||
"name" : " | "name" : "otcFV", | ||
"parentID" : -1, | "parentID" : -1, | ||
"sortIndex" : 51, | "sortIndex" : 51, | ||
Revision as of 08:49, 15 April 2026
Api session items Overlay Endpoints.
Edit items with event: editoroverlay.
Default Query:
https://engine.tygron.com/api/session/items/overlays/?f=JSON&token=API_TOKENExample Response:
[ {
"attributes" : {
"FOO" : [ 1.0 ],
"PINO" : [ 23.52808 ],
"SINGLE" : [ 75.624039 ],
"SJAAKIE" : [ 10.919039 ]
},
"colorMultiplier" : 1.0,
"colorOffset" : 127,
"customLegend" : false,
"id" : 0,
"imageName" : "normal.png",
"imageVersion" : 0,
"legend" : [ ],
"maquetteOverride" : null,
"name" : "u07At",
"parentID" : -1,
"sortIndex" : 52,
"type" : null,
"version" : 1,
"visible" : true
}, {
"attributes" : {
"PINO" : [ 1.0 ],
"SJAAKIE" : [ 1.0 ]
},
"colorMultiplier" : 1.0,
"colorOffset" : 127,
"customLegend" : false,
"id" : 1,
"imageName" : "neighborhoods.png",
"imageVersion" : 0,
"legend" : [ {
"color" : {
"argb" : -9772392
},
"entryName" : "buurt",
"id" : 1,
"value" : "-Infinity"
}, {
"color" : {
"argb" : -1877165
},
"entryName" : "Sonsbeek-Noord",
"id" : 2,
"value" : "-Infinity"
}, {
"color" : {
"argb" : -16173383
},
"entryName" : "Onder de Linden",
"id" : 3,
"value" : "-Infinity"
}, {
"color" : {
"argb" : -6740311
},
"entryName" : "St. Janskerkstraat e.o.",
"id" : 4,
"value" : "-Infinity"
}, {
"color" : {
"argb" : -15232895
},
"entryName" : "Hazegrietje",
"id" : 5,
"value" : "-Infinity"
}, {
"color" : {
"argb" : -4609484
},
"entryName" : "Klarenbeek",
"id" : 6,
"value" : "-Infinity"
} ],
"maquetteOverride" : null,
"name" : "otcFV",
"parentID" : -1,
"sortIndex" : 51,
"type" : "NEIGHBORHOODS",
"version" : 12,
"visible" : true
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/overlays/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/overlays/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/overlays/size/?token=API_TOKENOverlays (GeoJSON):
https://engine.tygron.com/web/overlays.geojson?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/overlays/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/overlays/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/overlays/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/overlays/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/overlays/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/overlays/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/overlays/?f=ZIPSMILE&token=API_TOKEN