Examples of TentIcon


Examples of aimax.osm.viewer.EntityIcon.TentIcon

    result.addRule("place", "town",    createPoiInfo(1f/750000, 1f/750000, 2, Color.BLACK, null, false));
    result.addRule("place", "village", createPoiInfo(1f/200000, 1f/200000, 3, Color.DARK_GRAY, null, false));
    result.addRule("place", null,      createPoiInfo(1f/50000, 1f/50000, 30, Color.DARK_GRAY, null, false));
   
    result.addRule("tourism", "caravan_site", createPoiInfo(1f/350000, 1f/6000, 75, Color.GRAY, createRectangle(8, "P", Color.BLUE, Color.RED), true));
    result.addRule("tourism", "camp_site",    createPoiInfo(1f/350000, 1f/6000, 73, Color.GRAY, new TentIcon(8, Color.DARK_GRAY, Color.GREEN.darker()), true));
    addBuildingRules(result, "tourism", "alpine_hut",createPoiInfo(1f/350000, 1f/35000, 74, Color.GRAY, createRectangle(8, "H", Color.GREEN.darker(), Color.RED), true));
    addBuildingRules(result, "tourism", "attraction",createInfo(1f/60000, 1f/6000, 74, Color.GRAY, createCircle(11, "A", Color.GREEN.darker(), Color.WHITE), true, Color.GRAY, 1, false, null, false));
    result.addRule("tourism", "viewpoint",       createPoiInfo(1f/60000, 1f/1800, 75, Color.GRAY, createCircle(11, "V", Color.GREEN.darker(), Color.WHITE), true));
    addBuildingRules(result, "tourism", "museum",createPoiInfo(1f/60000, 1f/2500, 75, Color.GRAY, createCircle(11, "M", Color.GREEN.darker(), Color.WHITE), true));
    addBuildingRules(result, "tourism", "hotel", createPoiInfo(1f/12000, 1f/1800, 76, Color.GRAY, createRectangle(8, "H", Color.GREEN.darker(), Color.WHITE), true));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.