Commit bea31a53 authored by Eric Duminil's avatar Eric Duminil
Browse files

Removing old references to NovaFactory

parent fa16b571
...@@ -210,7 +210,7 @@ var regionChooser = (function(){ ...@@ -210,7 +210,7 @@ var regionChooser = (function(){
}); });
if (!intersection_found) { if (!intersection_found) {
dataPanel.append("No intersection found with any CityGML or NovaFactory product<br/>\n"); dataPanel.append("No intersection found with any CityGML file.<br/>\n");
} }
} }
...@@ -352,4 +352,4 @@ var regionChooser = (function(){ ...@@ -352,4 +352,4 @@ var regionChooser = (function(){
focusOnMap(); focusOnMap();
//var regionChooser = publicScope; //NOTE: In order to open closure. For debugging //var regionChooser = publicScope; //NOTE: In order to open closure. For debugging
return publicScope; return publicScope;
})(); })();
\ No newline at end of file
...@@ -122,11 +122,6 @@ div#dataPanel h2 { ...@@ -122,11 +122,6 @@ div#dataPanel h2 {
font-size: 16px; font-size: 16px;
} }
div#dataPanel h2.NovaFactory{
color: #112d4e;
/** color: #ff7700; Orange as on the map **/
}
div#dataPanel li { div#dataPanel li {
list-style-type: none; list-style-type: none;
padding: 2px 0 0 0; padding: 2px 0 0 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment