Skip to content

Commit ed9ed1b

Browse files
committed
Fix map data
1 parent e7b79bc commit ed9ed1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/ngsi-ld/animal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function getAnimals(req, res) {
1515
const animals = await ngsiLD.listEntities(
1616
{
1717
type: 'Animal',
18-
format: 'normalized',
18+
format: 'simplified',
1919
limit: ENTITY_LIMIT
2020
},
2121
headers

0 commit comments

Comments
 (0)