Difference between revisions of "Walkyourplace Django"
From stgo
(Created page with "= State of the art = Qué es lo que había = Migración a Django Python = Cambios principales en la migración = Funcionamiento actual = Archivos que se encuentran actual...") |
(→State of the art) |
||
Line 1: | Line 1: | ||
= State of the art = | = State of the art = | ||
− | + | EL código que se comenzó a editar se extrajo de los siguientes link: | |
+ | * (1) https://github.com/mepa1363/wyp-client | ||
+ | * (2) https://github.com/mepa1363/wyp-server-ogc | ||
+ | * (3) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-transit | ||
+ | * (4) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-bike | ||
+ | * (5) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-pedestrian | ||
+ | * (6) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-walkscore | ||
+ | * (7) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-walkourplace | ||
+ | |||
+ | De los cuales (1) es la interfaz gráfica, (2) es el servidor el cual crea los puertos para la comunicación y los demás son los módulos de geoserver para manejar las peticiones. | ||
= Migración a Django Python = | = Migración a Django Python = |
Revision as of 15:28, 8 September 2016
Contents
State of the art
EL código que se comenzó a editar se extrajo de los siguientes link:
- (1) https://github.com/mepa1363/wyp-client
- (2) https://github.com/mepa1363/wyp-server-ogc
- (3) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-transit
- (4) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-bike
- (5) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-pedestrian
- (6) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-walkscore
- (7) https://github.com/mepa1363/wyp-wrapper-geoserver-centralized-walkourplace
De los cuales (1) es la interfaz gráfica, (2) es el servidor el cual crea los puertos para la comunicación y los demás son los módulos de geoserver para manejar las peticiones.
Migración a Django Python
Cambios principales en la migración
Funcionamiento actual
Archivos que se encuentran actualmente en el proyecto
Características nuevas
Lo nuevo integrado gracias a Django