Hi guys!

I have to make campus guide of my university for my Engineering Thesis in 
Single Page application technology. So far i made vector maps of buildings 
and floors and now i need to create my web app.

Showing of map looking like this:

<script>
             $(function(){
                $('#campus-map').vectorMap({map: 'a0', 
backgroundColor:'#208CD9'});
                });
        </script>
        
    </head>
    
    <body>
        <div id="campus-map" style="width: 1000px; height: 500px;"></div>
        
    </body>

where a0 is name of single floor of single building.

I want to make my app looking like this page 
http://galeriakazimierz.pl/sklepy/mapa (selecting room from list and 
navigate to it, showing in div information about selected 
room(name,functionality etc.) , switching floors and buildings by clicking 
some buttons) but i don't know how to get started (what framework to 
use/components/tools etc.).

Please help!
Cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to