{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
17.00,
51.00
]
},
"properties": {
"title": "First Point",
"description": "Lorem Ipsum",
"images": [
1,
2
]
}
}
]
}
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
17.00,
51.00
]
},
"properties": {
"title": "First Point",
"description": "Lorem Ipsum",
"images": [
"http://localhost/api/images/1",
"http://localhost/api/images/2"
]
}
}
]
}