Last active
December 15, 2015 17:39
-
-
Save gordonbanderson/5297840 to your computer and use it in GitHub Desktop.
Page with Map and Layers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// layers are configured in _config.php | |
class PageWithMapAndLayers extends PageWithMap { | |
} | |
class PageWithMapAndLayers_Controller extends DemoPage_Controller { | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment