ID:2348530
 
Code:

turf/IslandEdge2
name = ""
icon = 'IslandEdge2.dmi'

Earth_Garden
name = "garden"
icon_state = "Garden"
density = 0

Grass
icon_state = "005"
density = 0

Dead_Grass
icon_state = "dead"
density = 0

Grass2
icon_state = "004"
density = 0

Edge_South
icon_state = "edge_south"
density = 1

Edge_Southeast
icon_state = "edge_southeast"
density = 1

Edge_North
icon_state = "edge_north"
density = 1

Edge_Northeast
icon_state = "edge_northeast"
density = 1

Edge_Northwest
icon_state = "edge_northwest"
density = 1

Edge_East
icon_state = "edge_east"
density = 1

Edge_West
icon_state = "edge_west"
density = 1

Edge_Southwest
icon_state = "edge_southwest"
density = 1

Edge_Internal2
icon_state = "edge_internal2"
density = 1

Edge_Internal4
icon_state = "edge_internal4"
density = 1

Edge_Internal3
icon_state = "edge_internal3"
density = 1

Edge_Internal1
icon_state = "edge_internal1"
density = 1

Water_Internal1
icon_state = "water_internal1"
density = 1

Water_Internal2
icon_state = "water_internal2"
density = 1

Water_Internal3
icon_state = "water_internal3"
density = 1

Water_Internal4
icon_state = "water_internal4"
density = 1

Water_East
icon_state = "water_east"
density = 1

Water_North
icon_state = "water_north"
density = 1

Water_West
icon_state = "water_west"
density = 1

Water_South
icon_state = "water_south"
density = 1

Water_Northeast
icon_state = "water_ne"
density = 1

Water_Northwest
icon_state = "water_nw"
density = 1

Water_Southwest
icon_state = "water_sw"
density = 1

Water_Southeast
icon_state = "water_se"
density = 1

Water
icon_state = "water"
density = 1
Problem description:
So the problem would basically be this guys. Edges are showing up in the map editor, water isn't. Icon states match, nothing is wrong with the icons as they are all in the same file and showing up fine.
Also, the indents are where they should be. Just saying.
I'm not sure I follow. Maybe a screenshot would help?

Also, you need to put the code between the <dm> and </dm> tags, not after; that's why the indents don't show.
Forget it. I realized it was a .rsc file issue. I deleted the original and as a result it bugged everything. I'm just going to recode everything from scratch. No problem.