Skip to content

Commit

Permalink
Adds Merchich Zones 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemRz committed Nov 28, 2015
1 parent e7266d7 commit 07c2cbf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion migration/00000021.sql
Expand Up @@ -22,4 +22,12 @@ INSERT INTO `coordinate_systems` (`Locked`, `Id_author`, `Id_reviewer`, `Id_lock
('NO', 1, NULL, NULL, NOW(), NULL, NULL, 'EPSG:3844', '+title=Stereo 70 +proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs', NULL, 'http://spatialreference.org/ref/epsg//', 'YES', 'NO');

INSERT INTO `country_coordinate_system` (`Iso_countries`, `Id_coordinate_systems`) VALUES
('RO', 390);
('RO', 390);

INSERT INTO `coordinate_systems` (`Locked`, `Id_author`, `Id_reviewer`, `Id_locker`, `Date_inscription`, `Date_reviewed`, `Date_locked`, `Code`, `Definition`, `Bounds`, `Url`, `Enabled`, `Is_connector`) VALUES
('NO', 1, NULL, NULL, NOW(), NULL, NULL, 'SR-ORG:4715', '+title=Merchich / Lambert Zone 3 +proj=lcc +lat_1=33.3 +lat_0=26.1 +lon_0=-5.4 +k_0=0.999616304 +x_0=1200000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs', NULL, 'http://spatialreference.org/ref/sr-org/4715/', 'YES', 'NO'),
('NO', 1, NULL, NULL, NOW(), NULL, NULL, 'SR-ORG:4716', '+title=Merchich / Lambert Zone 4 +proj=lcc +lat_1=33.3 +lat_0=22.5 +lon_0=-5.4 +k_0=0.999616437 +x_0=1500000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs', NULL, 'http://spatialreference.org/ref/sr-org/4716/', 'YES', 'NO');

INSERT INTO `country_coordinate_system` (`Iso_countries`, `Id_coordinate_systems`) VALUES
('MA', 391),
('MA', 392);

0 comments on commit 07c2cbf

Please sign in to comment.