- Timestamp:
- 2008-12-30T15:27:17+01:00 (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/presets/presets.xml
r1177 r1193 891 891 </item> <!-- spikes --> 892 892 893 <item name="Port icullis" icon="presets/empty.png">894 <label text="Edit a Port icullis" />895 <label text=" " /> 896 <key key="barrier" value="port icullis" />893 <item name="Portcullis" icon="presets/empty.png"> 894 <label text="Edit a Portcullis" /> 895 <label text=" " /> 896 <key key="barrier" value="portcullis" /> 897 897 <label text="Allowed traffic:" /> 898 898 <label text=" " /> … … 900 900 <check key="motorcycle" text="Motorcycle" default="off" delete_if_empty="true" /> 901 901 <check key="motorcar" text="Motorcar" default="off" delete_if_empty="true" /> 902 </item> <!-- port icullis -->902 </item> <!-- portcullis --> 903 903 904 904 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
r1192 r1193 402 402 polygon.addPoint(pInner.x,pInner.y); 403 403 } 404 if(!wInner.isClosed()) 405 { 406 Point pInner = nc.getPoint(wInner.nodes.get(0).eastNorth); 407 polygon.addPoint(pInner.x,pInner.y); 408 } 404 409 polygon.addPoint(pOuter.x,pOuter.y); 405 410 }
Note:
See TracChangeset
for help on using the changeset viewer.