Commit bad223082f8d6d4ba8d8e6d8b0a97cc0cf87ebfc
Reverting the last commit, adding new style to the map
| | | | 131 | drawControls['select'].activate(); | 131 | drawControls['select'].activate(); |
---|
132 | addLabel('3759.0000','-1274.33337','Face'); | 132 | addLabel('3759.0000','-1274.33337','Face'); |
---|
133 | addLabel('3719','-1771','Jewelery'); | 133 | addLabel('3719','-1771','Jewelery'); |
---|
134 | addLabel('4263.0000','-1630.33337', 'Video') | | addLabel('4263.0000','-1630.33337', 'Video') |
---|
| | 134 | addLabel('4263.0000','-1345.33337', 'Video') | 135 | map.addControl(new OpenLayers.Control.PanZoomBar()); | 135 | map.addControl(new OpenLayers.Control.PanZoomBar()); |
---|
136 | map.addControl(new OpenLayers.Control.MousePosition()); | 136 | map.addControl(new OpenLayers.Control.MousePosition()); |
---|
137 | map.addControl(new OpenLayers.Control.MouseDefaults()); | 137 | map.addControl(new OpenLayers.Control.MouseDefaults()); |
---|
138 | map.addControl(new OpenLayers.Control.KeyboardDefaults()); | 138 | map.addControl(new OpenLayers.Control.KeyboardDefaults()); |
---|
| | 139 | map.addControl(new OpenLayers.Control.LayerSwitcher()); |
---|
139 | map.zoomToExtent( mapBounds ); | 140 | map.zoomToExtent( mapBounds ); |
---|
140 | document.getElementById('noneToggle').checked = true; | 141 | document.getElementById('noneToggle').checked = true; |
---|
141 | } | 142 | } |
---|
… | | … | |
---|
147 | | 147 | |
---|
148 | vectorLayer = new OpenLayers.Layer.Vector("Simple Geometry", { | 148 | vectorLayer = new OpenLayers.Layer.Vector("Simple Geometry", { |
---|
149 | styleMap: new OpenLayers.StyleMap({'default':{ | 149 | styleMap: new OpenLayers.StyleMap({'default':{ |
---|
150 | strokeColor: "#00FF00", | | strokeColor: "#00FF00", |
---|
| | 150 | strokeColor: "#000", | 151 | strokeOpacity: 1, | 151 | strokeOpacity: 1, |
---|
152 | strokeWidth: 3, | 152 | strokeWidth: 3, |
---|
153 | fillColor: "#FF5500", | | fillColor: "#FF5500", |
---|
154 | fillOpacity: 0.5, | | fillOpacity: 0.5, |
---|
155 | pointRadius: 6, | | pointRadius: 6, |
---|
| | 153 | fillColor: "#FFF", | | | 154 | fillOpacity: 1, |
---|
| | 155 | pointRadius: 2, |
---|
156 | pointerEvents: "visiblePainted", | 156 | pointerEvents: "visiblePainted", |
---|
157 | // label with \n linebreaks | 157 | // label with \n linebreaks |
---|
158 | label : "${name}\n", | 158 | label : "${name}\n", |
---|
159 | //\nage: ${age}", | 159 | //\nage: ${age}", |
---|
160 | | 160 | |
---|
161 | fontColor: "${favColor}", | | fontColor: "${favColor}", |
---|
| | 161 | fontColor: "#000", | 162 | fontSize: "16px", | 162 | fontSize: "16px", |
---|
163 | fontFamily: "Courier New, monospace", | | fontFamily: "Courier New, monospace", |
---|
| | 163 | fontFamily: "Georgia, Serif", | 164 | fontWeight: "bold", | 164 | fontWeight: "bold", |
---|
165 | labelAlign: "${align}", | 165 | labelAlign: "${align}", |
---|
166 | labelXOffset: "${xOffset}", | 166 | labelXOffset: "${xOffset}", |
---|
167 | labelYOffset: "${yOffset}", | 167 | labelYOffset: "${yOffset}", |
---|
168 | labelOutlineColor: "white", | 168 | labelOutlineColor: "white", |
---|
169 | labelOutlineWidth: 3 | | labelOutlineWidth: 3 |
---|
| | 169 | labelOutlineWidth: 3, | | | 170 | border: "#000" |
---|
170 | }}), | 171 | }}), |
---|
171 | renderers: renderer | 172 | renderers: renderer |
---|
172 | }); | 173 | }); |
---|
… | | … | |
---|
193 | | 193 | |
---|
194 | vectorLayer = new OpenLayers.Layer.Vector("Simple Geometry", { | 194 | vectorLayer = new OpenLayers.Layer.Vector("Simple Geometry", { |
---|
195 | styleMap: new OpenLayers.StyleMap({'default':{ | 195 | styleMap: new OpenLayers.StyleMap({'default':{ |
---|
196 | strokeColor: "#00FF00", | | strokeColor: "#00FF00", |
---|
| | 196 | strokeColor: "#000", | 197 | strokeOpacity: 1, | 197 | strokeOpacity: 1, |
---|
198 | strokeWidth: 3, | 198 | strokeWidth: 3, |
---|
199 | fillColor: "#FF5500", | 199 | fillColor: "#FF5500", |
---|
200 | fillOpacity: 0.5, | 200 | fillOpacity: 0.5, |
---|
201 | pointRadius: 6, | | pointRadius: 6, |
---|
| | 201 | pointRadius: 2, | 202 | pointerEvents: "visiblePainted", | 202 | pointerEvents: "visiblePainted", |
---|
203 | // label with \n linebreaks | 203 | // label with \n linebreaks |
---|
204 | label : "${name}\n", | 204 | label : "${name}\n", |
---|
205 | //\nage: ${age}", | 205 | //\nage: ${age}", |
---|
206 | | 206 | |
---|
207 | fontColor: "${favColor}", | | fontColor: "${favColor}", |
---|
| | 207 | fontColor: "#000", | 208 | fontSize: "16px", | 208 | fontSize: "16px", |
---|
209 | fontFamily: "Courier New, monospace", | | fontFamily: "Courier New, monospace", |
---|
| | 209 | fontFamily: "Georgia, Serif", | 210 | fontWeight: "bold", | 210 | fontWeight: "bold", |
---|
211 | labelAlign: "${align}", | 211 | labelAlign: "${align}", |
---|
212 | labelXOffset: "${xOffset}", | 212 | labelXOffset: "${xOffset}", |
---|
| | | | 42 | attribs["character"] = $("#character-value").text(); | 42 | attribs["character"] = $("#character-value").text(); |
---|
43 | attribs["material"] = $("#material-value").text(); | 43 | attribs["material"] = $("#material-value").text(); |
---|
44 | myJSON.push(attribs); | 44 | myJSON.push(attribs); |
---|
| | 45 | $("#publish").attr("disbaled", false); |
---|
45 | } | 46 | } |
---|
46 | </script> | 47 | </script> |
---|
47 | </head> | 48 | </head> |
---|
… | | … | |
---|
70 | <label for="boxToggle">Tag this</label> | 70 | <label for="boxToggle">Tag this</label> |
---|
71 | </li> | 71 | </li> |
---|
72 | </ul> | 72 | </ul> |
---|
| | 73 | <input type="button" id="publish" value="publish" onClick="publish();" disabled="true"/> |
---|
73 | </div> | 74 | </div> |
---|
74 | <script type="text/javascript" >resize()</script> | 75 | <script type="text/javascript" >resize()</script> |
---|
75 | <div id="annotation-tree"> | 76 | <div id="annotation-tree"> |
---|
76 | <input type="button" value="close" onClick="treeClose();"/> | 77 | <input type="button" value="close" onClick="treeClose();"/> |
---|
77 | <input type="button" value="publish" onClick="publish();"/> | | <input type="button" value="publish" onClick="publish();"/> |
---|
78 | <div id="infovis"> | 78 | <div id="infovis"> |
---|
79 | <form> | 79 | <form> |
---|
80 | <div>Character: <span id="character-value"></span></div> | 80 | <div>Character: <span id="character-value"></span></div> |
---|