Add habitat svgs and fixtures
128
backend/right_tree/api/data/fixtures/007_habitat_images.json
Normal file
|
@ -0,0 +1,128 @@
|
|||
[
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"habitat": 7,
|
||||
"name": "Mangrove",
|
||||
"image_filename": "mangroves_section"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"habitat": 7,
|
||||
"name": "Salt Marsh",
|
||||
"image_filename": "salt_marsh"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"habitat": 6,
|
||||
"name": "Dune System",
|
||||
"image_filename": "sand_dunes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"habitat": 10,
|
||||
"name": "Rural Section",
|
||||
"image_filename": "rural_section"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"habitat": 9,
|
||||
"name": "Rail Section",
|
||||
"image_filename": "transport_corridor_rail_section"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"habitat": 9,
|
||||
"name": "Road Section",
|
||||
"image_filename": "transport_corridor_road_section"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"habitat": 1,
|
||||
"name": "Urban Section",
|
||||
"image_filename": "urban_section"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"habitat": 8,
|
||||
"name": "Mataurangi Maori Garden Section",
|
||||
"image_filename": "maori_garden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"habitat": 2,
|
||||
"name": "Riparian Section",
|
||||
"image_filename": "riparian"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 11,
|
||||
"fields": {
|
||||
"habitat": 4,
|
||||
"name": "Open Wetland Lake Edge Section",
|
||||
"image_filename": "open_wetland_lake"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"habitat": 3,
|
||||
"name": "Stormwater Treatment Train Wetland Section",
|
||||
"image_filename": "stormwater_treatment"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 13,
|
||||
"fields": {
|
||||
"habitat": 6,
|
||||
"name": "Coastal Dune and Bank System",
|
||||
"image_filename": "coastal_dune_and_bank_system"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 14,
|
||||
"fields": {
|
||||
"habitat": 5,
|
||||
"name": "Hill Slopes",
|
||||
"image_filename": "hill_slopes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 15,
|
||||
"fields": {
|
||||
"habitat": 5,
|
||||
"name": "Hill Slopes Features",
|
||||
"image_filename": "hill_slopes_features"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,29 +0,0 @@
|
|||
[
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"habitat": 7,
|
||||
"name": "Mangrove",
|
||||
"image_filename": "01-coastal-mangroves-marshes.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"habitat": 7,
|
||||
"name": "Salt Marsh",
|
||||
"image_filename": "03-coastal-grass-reeds-scrub.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "api.habitatimage",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"habitat": 2,
|
||||
"name": "Bush Hillsides",
|
||||
"image_filename": "07-riparian-bush-hillsides.png"
|
||||
}
|
||||
}
|
||||
]
|
7207
frontend/src/assets/img/habitatSVG/coastal_dune_and_bank_system.svg
Normal file
After Width: | Height: | Size: 538 KiB |
5385
frontend/src/assets/img/habitatSVG/hill_slopes.svg
Normal file
After Width: | Height: | Size: 390 KiB |
5043
frontend/src/assets/img/habitatSVG/hill_slopes_features.svg
Normal file
After Width: | Height: | Size: 376 KiB |
8536
frontend/src/assets/img/habitatSVG/mangroves_section.svg
Normal file
After Width: | Height: | Size: 638 KiB |
9572
frontend/src/assets/img/habitatSVG/maori_garden.svg
Normal file
After Width: | Height: | Size: 716 KiB |
5598
frontend/src/assets/img/habitatSVG/open_wetland_lake.svg
Normal file
After Width: | Height: | Size: 417 KiB |
24080
frontend/src/assets/img/habitatSVG/riparian.svg
Normal file
After Width: | Height: | Size: 1.8 MiB |
7837
frontend/src/assets/img/habitatSVG/rural_section.svg
Normal file
After Width: | Height: | Size: 583 KiB |
3823
frontend/src/assets/img/habitatSVG/salt_marsh.svg
Normal file
After Width: | Height: | Size: 281 KiB |
170
frontend/src/assets/img/habitatSVG/sand_dunes.svg
Normal file
After Width: | Height: | Size: 656 KiB |
6953
frontend/src/assets/img/habitatSVG/stormwater_treatment.svg
Normal file
After Width: | Height: | Size: 517 KiB |
After Width: | Height: | Size: 361 KiB |
After Width: | Height: | Size: 384 KiB |
254
frontend/src/assets/img/habitatSVG/urban_section.svg
Normal file
After Width: | Height: | Size: 850 KiB |
Before Width: | Height: | Size: 427 KiB |
Before Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 1.3 MiB |