Skip to content

Commit

Permalink
demolocation: update (#1285)
Browse files Browse the repository at this point in the history
remove dummy vector layers, change attribute encoding to utf8, add PROJ_EPSG and PROJ_SRID files
  • Loading branch information
petrasovaa committed Feb 4, 2021
1 parent 59dc7cf commit 18a31bd
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 44 deletions.
10 changes: 4 additions & 6 deletions demolocation/Makefile
Expand Up @@ -2,15 +2,13 @@ MODULE_TOPDIR = ..

include $(MODULE_TOPDIR)/include/Make/Other.make

SRCFILES = WIND DEFAULT_WIND VAR PROJ_INFO PROJ_UNITS MYNAME
DBFMAPS = mysites point
SRCFILES = WIND DEFAULT_WIND VAR PROJ_INFO PROJ_UNITS PROJ_SRID PROJ_EPSG MYNAME
SQLITEMAPS = country_boundaries
MAPFILES = dbln coor topo head cidx sidx hist
DBFFILES := $(foreach map,$(DBFMAPS),dbf/$(map).dbf)
SQLITEFILES = sqlite/sqlite.db
VECTFILES := $(foreach map,$(DBFMAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file))) $(foreach map,$(SQLITEMAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
SRC := $(SRCFILES) $(DBFFILES) $(SQLITEFILES) $(VECTFILES)
SRCDIRS := PERMANENT PERMANENT/vector PERMANENT/dbf PERMANENT/sqlite $(patsubst %,PERMANENT/vector/%,$(DBFMAPS)) $(patsubst %,PERMANENT/vector/%,$(SQLITEMAPS))
VECTFILES := $(foreach map,$(SQLITEMAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
SRC := $(SRCFILES) $(SQLITEFILES) $(VECTFILES)
SRCDIRS := PERMANENT PERMANENT/vector PERMANENT/sqlite $(patsubst %,PERMANENT/vector/%,$(SQLITEMAPS))

DSTDIR = $(ARCH_DISTDIR)/demolocation
DST := $(patsubst %,$(DSTDIR)/PERMANENT/%,$(SRC))
Expand Down
1 change: 1 addition & 0 deletions demolocation/PERMANENT/PROJ_EPSG
@@ -0,0 +1 @@
epsg: 4326
1 change: 1 addition & 0 deletions demolocation/PERMANENT/PROJ_SRID
@@ -0,0 +1 @@
EPSG:4326
Binary file removed demolocation/PERMANENT/dbf/mysites.dbf
Binary file not shown.
Binary file removed demolocation/PERMANENT/dbf/point.dbf
Binary file not shown.
Binary file modified demolocation/PERMANENT/sqlite/sqlite.db
Binary file not shown.
Binary file modified demolocation/PERMANENT/vector/country_boundaries/cidx
Binary file not shown.
Binary file modified demolocation/PERMANENT/vector/country_boundaries/coor
Binary file not shown.
Binary file modified demolocation/PERMANENT/vector/country_boundaries/sidx
Binary file not shown.
Binary file modified demolocation/PERMANENT/vector/country_boundaries/topo
Binary file not shown.
Binary file removed demolocation/PERMANENT/vector/mysites/cidx
Binary file not shown.
Binary file removed demolocation/PERMANENT/vector/mysites/coor
Binary file not shown.
1 change: 0 additions & 1 deletion demolocation/PERMANENT/vector/mysites/dbln

This file was deleted.

9 changes: 0 additions & 9 deletions demolocation/PERMANENT/vector/mysites/head

This file was deleted.

3 changes: 0 additions & 3 deletions demolocation/PERMANENT/vector/mysites/hist

This file was deleted.

Binary file removed demolocation/PERMANENT/vector/mysites/sidx
Binary file not shown.
Binary file removed demolocation/PERMANENT/vector/mysites/topo
Binary file not shown.
Binary file removed demolocation/PERMANENT/vector/point/cidx
Binary file not shown.
Binary file removed demolocation/PERMANENT/vector/point/coor
Binary file not shown.
1 change: 0 additions & 1 deletion demolocation/PERMANENT/vector/point/dbln

This file was deleted.

9 changes: 0 additions & 9 deletions demolocation/PERMANENT/vector/point/head

This file was deleted.

15 changes: 0 additions & 15 deletions demolocation/PERMANENT/vector/point/hist

This file was deleted.

Binary file removed demolocation/PERMANENT/vector/point/sidx
Binary file not shown.
Binary file removed demolocation/PERMANENT/vector/point/topo
Binary file not shown.

0 comments on commit 18a31bd

Please sign in to comment.