Skip to content

Instantly share code, notes, and snippets.

View slawekmikula's full-sized avatar

Sławek Mikuła slawekmikula

View GitHub Profile
@slawekmikula
slawekmikula / maps-STAMEN.patch
Created October 2, 2017 15:48
MapStructure Stame
diff --git a/Nasal/canvas/MapStructure.nas b/Nasal/canvas/MapStructure.nas
index 78334d1..66a14b6 100644
--- a/Nasal/canvas/MapStructure.nas
+++ b/Nasal/canvas/MapStructure.nas
@@ -83,7 +83,7 @@
TestMap.addLayer(factory: canvas.SymbolLayer, type_arg: type.name,
visible: type.vis, priority: type.zindex,
);
- foreach(var type; [ r('OSM'), r('OpenAIP') ]) {
+ foreach(var type; [ r('OSM'), r('OpenAIP'), r('STAMEN') ]) {
@slawekmikula
slawekmikula / message
Created February 26, 2017 17:04
message
Good evening everyone. My first post in the forum, thus greetings to everybody and thanks for a great work with this project.
- I have problem with compiling Terragear from git source. I am using git sources. I've successfully compiled simgear, flightgear but with terragear i've some strange compilation error.
- I was looking at wiki page: http://wiki.flightgear.org/TerraGear, manual compilation from cmake also failed.
Cmake output:
[code]
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc