update url's
This commit is contained in:
parent
fa33a363b7
commit
22b4a91470
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
**Please make a backup of your world in case something goes wrong**
|
**Please make a backup of your world in case something goes wrong**
|
||||||
|
|
||||||
* Download the binary from the [releases](https://github.com/thomasrudin-mt/mapserver/releases) for your architecture and platform
|
* Download the binary from the [releases](https://github.com/minetest-tools/mapserver/releases) for your architecture and platform
|
||||||
* Drop the binary into your world folder (the one with the `world.mt` and `map.sqlite` files)
|
* Drop the binary into your world folder (the one with the `world.mt` and `map.sqlite` files)
|
||||||
* Start the mapserver via command-line: `./mapserver` or `./mapserver.exe`
|
* Start the mapserver via command-line: `./mapserver` or `./mapserver.exe`
|
||||||
* Point your browser to `http://127.0.0.1:8080`
|
* Point your browser to `http://127.0.0.1:8080`
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Mapserver mod
|
# Mapserver mod
|
||||||
|
|
||||||
* Repository: https://github.com/thomasrudin-mt/mapserver_mod
|
* Repository: https://github.com/minetest-tools/mapserver_mod
|
||||||
|
|
||||||
If the `mapserver-mod` is installed and configured
|
If the `mapserver-mod` is installed and configured
|
||||||
you get more realtime-data from within your minetest-world:
|
you get more realtime-data from within your minetest-world:
|
||||||
@ -15,7 +15,7 @@ You can use the `mapserver-mod` either passive or active:
|
|||||||
|
|
||||||
## Installing and configuring the bridge-mod
|
## Installing and configuring the bridge-mod
|
||||||
|
|
||||||
Download or clone from https://github.com/thomasrudin-mt/mapserver_mod
|
Download or clone from https://github.com/minetest-tools/mapserver_mod
|
||||||
|
|
||||||
If you want to enable craftable mapobjects (poi, labels, trainblocks, etc) you
|
If you want to enable craftable mapobjects (poi, labels, trainblocks, etc) you
|
||||||
can enable the setting in your `minetest.conf` (defaults to false)
|
can enable the setting in your `minetest.conf` (defaults to false)
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Minetest mapserver
|
Minetest mapserver
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[![Dependencies](https://img.shields.io/librariesio/github/thomasrudin-mt/mapserver.svg)](https://github.com/thomasrudin-mt/mapserver)
|
[![Dependencies](https://img.shields.io/librariesio/github/minetest-tools/mapserver.svg)](https://github.com/minetest-tools/mapserver)
|
||||||
[![Build Status](https://travis-ci.org/thomasrudin-mt/mapserver.svg?branch=master)](https://travis-ci.org/thomasrudin-mt/mapserver)
|
[![Build Status](https://travis-ci.org/minetest-tools/mapserver.svg?branch=master)](https://travis-ci.org/minetest-tools/mapserver)
|
||||||
![GitHub repo size](https://img.shields.io/github/repo-size/thomasrudin-mt/mapserver.svg)
|
![GitHub repo size](https://img.shields.io/github/repo-size/minetest-tools/mapserver.svg)
|
||||||
![GitHub closed issues](https://img.shields.io/github/issues-closed/thomasrudin-mt/mapserver.svg)
|
![GitHub closed issues](https://img.shields.io/github/issues-closed/minetest-tools/mapserver.svg)
|
||||||
|
|
||||||
Realtime mapserver for [Minetest](https://minetest.net)
|
Realtime mapserver for [Minetest](https://minetest.net)
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ export function setup(cfg){
|
|||||||
crs: SimpleCRS
|
crs: SimpleCRS
|
||||||
});
|
});
|
||||||
|
|
||||||
map.attributionControl.addAttribution('<a href="https://github.com/thomasrudin-mt/mapserver">Minetest Mapserver</a>');
|
map.attributionControl.addAttribution('<a href="https://github.com/minetest-tools/mapserver">Minetest Mapserver</a>');
|
||||||
|
|
||||||
var overlays = {};
|
var overlays = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user