Skip to content

Commit

Permalink
Fixed screenshot in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperos155 committed Jan 23, 2022
1 parent 0a7d485 commit 8ef8267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Mapa lini kolejowych/Mapa lini kolejowych.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,13 @@
<ClCompile Include="translator.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" />
<None Include="Overpass data\OSM Rail lines data - pomorskie.json" />
<None Include="Overpass data\OSM Rail lines data.json" />
<None Include="Overpass data\Overpass query.ql" />
<None Include="README.md" />
<None Include="SQL\GeoJSON.sql" />
<None Include="SQL\Queries.sql" />
<None Include="SQL\Tables.sql" />
<None Include="vcpkg.json" />
<None Include="Website\Cookies.js" />
<None Include="Website\green.css" />
<None Include="Website\grey.css" />
Expand Down
3 changes: 1 addition & 2 deletions Mapa lini kolejowych/Mapa lini kolejowych.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="vcpkg.json" />
<None Include="Website\index.html">
<Filter>Website</Filter>
</None>
Expand Down Expand Up @@ -117,7 +116,7 @@
<None Include="Website\Legend.js">
<Filter>Website</Filter>
</None>
<None Include="README.md" />
<None Include="..\README.md" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Database.h">
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
**EN: Interactive Map of Railway Lines**
Client-Server application using [Leaflet](https://leafletjs.com/)
to visualize rail data downloaded from [OpenStreetMap](https://www.openstreetmap.org/) servers.
Application in Polish and English languages.

![screenshot](https://github.com/Kacperos155/Mapa-Lini-Kolejowych/2022-01-23.png)
![screenshot](https://raw.githubusercontent.com/Kacperos155/Mapa-Lini-Kolejowych/master/2022-01-23.png)

## Using and Building
### Using
Expand Down

0 comments on commit 8ef8267

Please sign in to comment.