Skip to content

Commit

Permalink
Updates to index.html, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
runarbe committed Jul 7, 2016
2 parents fcf6e2b + ba599de commit 166bef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/target/
nbactions.xml
nb-configuration.xml
*-*.properties
openapi-local.properties
openapi-remote.properties
openapi-local-backup.properties
/src/main/resources/openapi.properties
/src/main/webapp/WEB-INF/classes/openapi.properties
7 changes: 1 addition & 6 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ <h1>SDI4Apps OpenAPI Custom Web Services</h1>
<h2>Indexing and search tests</h2>
<ul>
<li><a href="search?q=Os*" target="_blank">Search for 'os*'</a></li>
<!-- <li><a href="index?action=CreateIndex" target="_blank">Erase and restart the index</a></li>
<li><a href="index?action=UnlockIndex" target="_blank">Unlock index</a></li>-->
<li><a href="index?action=EnqueueItemTest" target="_blank">Enqueue three test files for indexing</a></li>
<!--<li><a href="index?action=EnqueueShapefile?shapefileName=a&titleFields=name,type&titleFormat=%s - %s&descriptionFields=type&descriptionFormat=%s" target="_blank">Enqueue dynamic Shapefile for indexing</a></li>-->
<li><a href="index?action=ViewQueue&maxEntries=5" target="_blank">View 5 last entries in queue</a></li>
</ul>
<h2>Routing tests</h2>
<ul>
<li><a href="Routing?action=GetShortestPath&from=1&to=14" target="_blank">Find shortest path between a and b</a></li>
<li><a href="routing?action=GetShortestPath&from=1&to=14" target="_blank">Find shortest path between a and b</a></li>
</ul>
</body>
</html>

0 comments on commit 166bef2

Please sign in to comment.